]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - mount/umount.8
Imported from util-linux-2.11x tarball.
[thirdparty/util-linux.git] / mount / umount.8
index ecc1fa64baf538df96cd7520c5a68b049f7c2e14..3449779e25d502c183372e65d0cbdf1e3275f58a 100644 (file)
@@ -29,7 +29,7 @@ umount \- unmount file systems
 .SH SYNOPSIS
 .BI "umount [\-hV]"
 .LP
-.BI "umount -a [\-dflnrv] [\-t " vfstype ]
+.BI "umount -a [\-dflnrv] [\-t " vfstype "] [\-O " options ]
 .br
 .BI "umount [\-dflnrv] " "dir " | " device " [...]
 .SH DESCRIPTION
@@ -90,6 +90,15 @@ list.  The list of file system types can be prefixed with
 .B no
 to specify the file system types on which no action should be taken.
 .TP
+.BI \-O " options"
+Indicate that the actions should only be taken on file systems with
+the specified options in
+.IR /etc/fstab .
+More than one option type may be specified in a comma separated
+list.  Each option can be prefixed with
+.B no
+to specify options for which no action should be taken.
+.TP
 .B \-f
 Force unmount (in case of an unreachable NFS system).
 (Requires kernel 2.1.116 or later.)