io_setup() and io_destroy() pages now refers to header file fixed types for

struct shmid_ds in shmget(2) and shmctl(2) fixed pages for readv(2) and
    writev(2)
This commit is contained in:
jryska 2005-04-04 14:36:19 +00:00
parent 9ab9895bb4
commit 38747bfcda

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages
Version: 1.67
Release: 6
Release: 7
License: distributable
Group: Documentation
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
@ -24,6 +24,9 @@ Patch15: man-pages-1.60-issue.patch
Patch16: man-pages-1.66-typos.patch
Patch17: man-pages-1.67-getrpcent.patch
Patch18: man-pages-1.67-shm_hugetlb.patch
Patch19: man-pages-1.67-aio.patch
Patch20: man-pages-1.67-shmid_ds.patch
Patch21: man-pages-1.67-readv.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
Autoreq: false
@ -55,6 +58,9 @@ cp -a %{SOURCE2} man5
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1
%patch21 -p1
%build
@ -141,6 +147,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man*/*
%changelog
* Mon Apr 4 2005 Jiri Ryska <jryska@redhat.com> 1.67-7
- io_setup() and io_destroy() pages now refers to header file
- fixed types for struct shmid_ds in shmget(2) and shmctl(2)
- fixed pages for readv(2) and writev(2)
* Mon Mar 7 2005 Jindrich Novy <jnovy@redhat.com> 1.67-6
- unify fs.5 patches together to get rid of the bogus
fs.5.orig.gz shipped among man5 pages