From 91ce2468c707619dbfb3384a0cb3fc81998c5a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 20 Jul 2006 11:23:32 +0000 Subject: [PATCH] --- 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 () --- man-pages.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index d3f7f7f..f91287c 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project. Name: man-pages Version: 2.36 -Release: 1 +Release: 2 License: distributable Group: Documentation 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 Patch30: man-pages-2.34-libaio-includes.patch Patch31: man-pages-2.34-write.patch +Patch32: man-pages-2.34-wait16.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Autoreq: false @@ -73,6 +74,7 @@ tar xzf %{SOURCE11} %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %build @@ -172,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man* %changelog +* Thu Jul 20 2006 Marcela Maslanova 2.36-2 +- fix (#198903) + * Fri Jul 14 2006 Ivana Varekova 2.36-1 - add nscd_conf options (nscd_conf.patch) - added {create,query}_module.2, get_kernel_syms.2 man-pages