- update to 2.43

- fix mount.2 man page (#211608)
This commit is contained in:
Ivana Varekova 2006-12-01 10:44:00 +00:00
parent 32ca1436c0
commit a0e906adc5
4 changed files with 32 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <varekova@redhat.com> 2.43-1
- update to 2.43
- fix mount.2 man page (#211608)
* Fri Oct 20 2006 Ivana Varekova <varekova@redhat.com> 2.41-2
- fix mmap(2) man page

View File

@ -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