a0e906adc5
- fix mount.2 man page (#211608)
22 lines
851 B
Diff
22 lines
851 B
Diff
--- 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
|