diff --git a/.cvsignore b/.cvsignore index 00d3618..15de4f9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ man-pages-extralocale.tar.bz2 man2.tar.gz man-pages-2.39.tar.bz2 +man2_sys2.tar.gz diff --git a/man-pages-2.39-unimplemented.patch b/man-pages-2.39-unimplemented.patch new file mode 100644 index 0000000..e810d02 --- /dev/null +++ b/man-pages-2.39-unimplemented.patch @@ -0,0 +1,11 @@ +--- man-pages-2.39/man2/unimplemented.2.pom 2006-08-24 12:53:50.000000000 +0200 ++++ man-pages-2.39/man2/unimplemented.2 2006-08-24 12:57:56.000000000 +0200 +@@ -26,7 +26,7 @@ + .\" + .TH UNIMPLEMENTED 2 2003-02-28 "Linux 2.4" "Linux Programmer's Manual" + .SH NAME +-afs_syscall, break, ftime, getpmsg, gtty, lock, mpx, prof, profil, ++afs_syscall, break, ftime, getpmsg, gtty, lock, mpx, multiplexer, prof, profil, + putpmsg, security, stty, ulimit \- unimplemented system calls + .SH SYNOPSIS + Unimplemented system calls. diff --git a/man-pages.spec b/man-pages.spec index ed384f8..35398e9 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.39 -Release: 4 +Release: 5 License: distributable Group: Documentation Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2 @@ -36,6 +36,8 @@ Patch31: man-pages-2.34-write.patch Patch32: man-pages-2.34-wait16.patch Patch33: man-pages-2.39-typo.patch Patch34: man-pages-2.39-puned.patch +Patch35: man-pages-2.39-clone.patch +Patch36: man-pages-2.39-unimplemented.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Autoreq: false @@ -79,6 +81,8 @@ tar xzf %{SOURCE11} %patch32 -p1 %patch33 -p1 %patch34 -p1 +%patch35 -p1 +%patch36 -p1 %build @@ -178,6 +182,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man* %changelog +* Mon Aug 28 2006 Ivana Varekova 2.39-5 +- add the description clone2 syscall to clone.2 man page +- add multiplexer.2 man page + * Wed Aug 23 2006 Ivana Varekova 2.39-4 - add (get/set)_robust_list.2 man pages - add add_key.2, keyctl.2, request_key.2 man pages diff --git a/sources b/sources index d2b6133..f847e0d 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ 57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2 af09d031dcee66929510e078d00066f2 man2.tar.gz 94f69eed6a1cf2268e7e645cfbcdce9f man-pages-2.39.tar.bz2 +4305783c7b01f852d1c8a2cd21f3eefa man2_sys2.tar.gz