man-pages/man-pages-2.43-mount.patch

22 lines
855 B
Diff
Raw Normal View History

--- 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
2007-04-30 09:07:03 +00:00
+In the 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