--- man-pages-2.34/man2/wait.2.16bit 2006-07-18 08:36:25.000000000 +0200

man-pages-2.34/man2/wait.2 2006-07-20 10:37:00.000000000 +0200 @@ -183,7
    +183,7 @@ .TP .BI WEXITSTATUS( status ) returns the exit status of the
    child.
-This consists of the least significant 8 bits of the
This consists of the least significant 16-8 bits of the .I status argument
    that the child specified in a call to .BR exit ()
This commit is contained in:
Marcela Mašláňová 2006-07-20 11:23:32 +00:00
parent 002875e45e
commit 91ce2468c7

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project. Summary: Man (manual) pages from the Linux Documentation Project.
Name: man-pages Name: man-pages
Version: 2.36 Version: 2.36
Release: 1 Release: 2
License: distributable License: distributable
Group: Documentation Group: Documentation
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2 Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
@ -33,6 +33,7 @@ Patch28: man-pages-2.34-nscd.patch
Patch29: man-pages-2.34-getrlimit.patch Patch29: man-pages-2.34-getrlimit.patch
Patch30: man-pages-2.34-libaio-includes.patch Patch30: man-pages-2.34-libaio-includes.patch
Patch31: man-pages-2.34-write.patch Patch31: man-pages-2.34-write.patch
Patch32: man-pages-2.34-wait16.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
Autoreq: false Autoreq: false
@ -73,6 +74,7 @@ tar xzf %{SOURCE11}
%patch29 -p1 %patch29 -p1
%patch30 -p1 %patch30 -p1
%patch31 -p1 %patch31 -p1
%patch32 -p1
%build %build
@ -172,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/en/man* %{_mandir}/en/man*
%changelog %changelog
* Thu Jul 20 2006 Marcela Maslanova <mmaslano@redhat.com> 2.36-2
- fix (#198903)
* Fri Jul 14 2006 Ivana Varekova <varekova@redhat.com> 2.36-1 * Fri Jul 14 2006 Ivana Varekova <varekova@redhat.com> 2.36-1
- add nscd_conf options (nscd_conf.patch) - add nscd_conf options (nscd_conf.patch)
- added {create,query}_module.2, get_kernel_syms.2 man-pages - added {create,query}_module.2, get_kernel_syms.2 man-pages