From a0e906adc5cf7c0fb9aef5b671059e55daa1790f Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Fri, 1 Dec 2006 10:44:00 +0000 Subject: [PATCH] - update to 2.43 - fix mount.2 man page (#211608) --- .cvsignore | 2 +- man-pages-2.43-mount.patch | 21 +++++++++++++++++++++ man-pages.spec | 11 +++++++++-- sources | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 man-pages-2.43-mount.patch diff --git a/.cvsignore b/.cvsignore index d318d78..c737a84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ man-pages-extralocale.tar.bz2 man2.tar.gz man2_sys2.1.tar.gz -man-pages-2.41.tar.bz2 +man-pages-2.43.tar.bz2 diff --git a/man-pages-2.43-mount.patch b/man-pages-2.43-mount.patch new file mode 100644 index 0000000..c47e1c7 --- /dev/null +++ b/man-pages-2.43-mount.patch @@ -0,0 +1,21 @@ +--- man-pages-2.43/man2/mount.2.pom 2006-12-01 11:14:24.000000000 +0100 ++++ man-pages-2.43/man2/mount.2 2006-12-01 11:23:38.000000000 +0100 +@@ -223,7 +223,8 @@ + .BR umount (), + unmounts a target, but allows additional + .I flags +-controlling the behaviour of the operation: ++controlling the behaviour of the operation. Now there is only ++one possible flag: + .TP + .BR MNT_FORCE " (since Linux 2.1.116)" + Force unmount even if busy. This can cause data loss. +@@ -232,6 +233,8 @@ + .\" the Solaris manual page it can cause data loss on Solaris. + .\" If the same holds on Linux, then this should be documented. + .TP ++In previous version of kernel there were two more possible ++flags: + .BR MNT_DETACH " (since Linux 2.4.11)" + Perform a lazy unmount: make the mount point unavailable for + new accesses, and actually perform the unmount when the mount point diff --git a/man-pages.spec b/man-pages.spec index b15a1de..e63f140 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.41 -Release: 2%{?dist} +Version: 2.43 +Release: 1%{?dist} License: distributable Group: Documentation Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2 @@ -39,6 +39,7 @@ Patch34: man-pages-2.39-puned.patch Patch35: man-pages-2.39-clone.patch Patch36: man-pages-2.39-unimplemented.patch Patch37: man-pages-2.41-mmap.patch +Patch38: man-pages-2.43-mount.patch Buildroot: %{_tmppath}/%{name}-%{version}-root Autoreq: false @@ -85,6 +86,8 @@ tar xzf %{SOURCE11} %patch35 -p1 %patch36 -p1 %patch37 -p1 +%patch38 -p1 + %build @@ -184,6 +187,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/en/man* %changelog +* Fri Dec 1 2006 Ivana Varekova 2.43-1 +- update to 2.43 +- fix mount.2 man page (#211608) + * Fri Oct 20 2006 Ivana Varekova 2.41-2 - fix mmap(2) man page diff --git a/sources b/sources index dc1c521..dede46e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ 57f2e0500d177e05647990eae439a8ee man-pages-extralocale.tar.bz2 af09d031dcee66929510e078d00066f2 man2.tar.gz fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz -7b193c2fcf1d8f625e998df54582fee9 man-pages-2.41.tar.bz2 +15105479df4f65dd208eaaded48a1f54 man-pages-2.43.tar.bz2