summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.8
diff options
context:
space:
mode:
authorJ William Piggott2015-01-20 02:11:52 +0100
committerJ William Piggott2015-01-21 00:15:30 +0100
commitb06c1ca6f8708e541d102843ed9b9bd38ce207cd (patch)
tree29c49ad44541dd7f3b67f9c744b9a9b625b675ae /sys-utils/umount.8
parentlibfdisk: accept Start offset in {B,M,G..}iB in sfdisk scripts (diff)
downloadkernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.gz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.xz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.zip
docs: restore minus symbols in long opts
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/umount.8')
-rw-r--r--sys-utils/umount.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index b0bfa9a84..887d0ee02 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -63,7 +63,7 @@ All of the filesystems described in
.I /etc/mtab
are unmounted, except the \fIproc\fR filesystem.
.TP
-.BR \-A , " \-\-all-targets"
+.BR \-A , " \-\-all\-targets"
Unmount all mountpoints in the current namespace for the specified filesystem.
The filesystem can be specified by one of the mountpoints or the device name (or
UUID, etc.). When this option is used together with \fB\-\-recursive\fR, then
@@ -71,14 +71,14 @@ all nested mounts within the filesystem are recursively unmounted.
This option is only supported on systems where /etc/mtab is a symlink
to /proc/mounts.
.TP
-.BR \-c , " \-\-no-canonicalize"
+.BR \-c , " \-\-no\-canonicalize"
Do not canonicalize paths. For more details about this option see the
.BR mount (8)
man page. Note that \fBumount\fR does not pass this option to the
.BI /sbin/umount. type
helpers.
.TP
-.BR \-d , " \-\-detach-loop"
+.BR \-d , " \-\-detach\-loop"
When the unmounted device was a loop device, also free this loop
device.
.TP
@@ -94,7 +94,7 @@ option.
Force an unmount (in case of an unreachable NFS system). (Requires kernel
2.1.116 or later.)
.TP
-.BR \-i , " \-\-internal-only"
+.BR \-i , " \-\-internal\-only"
Do not call the \fB/sbin/umount.\fIfilesystem\fR helper even if it exists.
By default such a helper program is called if it exists.
.TP
@@ -103,11 +103,11 @@ Lazy unmount. Detach the filesystem from the file hierarchy now,
and clean up all references to this filesystem as soon as it is not busy
anymore. (Requires kernel 2.4.11 or later.)
.TP
-.BR \-n , " \-\-no-mtab"
+.BR \-n , " \-\-no\-mtab"
Unmount without writing in
.IR /etc/mtab .
.TP
-.BR \-O , " \-\-test-opts " \fIoption\fR...
+.BR \-O , " \-\-test\-opts " \fIoption\fR...
Unmount only the filesystems that have the specified option set in
.IR /etc/fstab .
More than one option may be specified in a comma-separated list.
@@ -122,7 +122,7 @@ between mountpoints is determined by /proc/self/mountinfo entries. The filesyst
must be specified by mountpoint path; a recursive unmount by device name (or UUID)
is unsupported.
.TP
-.BR \-r , " \-\-read-only"
+.BR \-r , " \-\-read\-only"
When an unmount fails, try to remount the filesystem read-only.
.TP
.BR \-t , " \-\-types " \fItype\fR...