summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2017-06-19 11:49:51 +0200
committerKarel Zak2017-06-19 11:49:51 +0200
commit417234cb93503db625258c64a495da418f6dfd20 (patch)
tree6e72d323eb1f3928d8492837529d75dba2815743 /sys-utils/mount.8
parentlibfdisk: (dos) fix primary/logical logic when follow template (diff)
downloadkernel-qcow2-util-linux-417234cb93503db625258c64a495da418f6dfd20.tar.gz
kernel-qcow2-util-linux-417234cb93503db625258c64a495da418f6dfd20.tar.xz
kernel-qcow2-util-linux-417234cb93503db625258c64a495da418f6dfd20.zip
mount: fix man page typo (--bind,ro)
Addresses: https://github.com/karelzak/util-linux/issues/464 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index bbfe71b75..ac410640e 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -356,7 +356,7 @@ For example:
.RS
.br
-.B mount \-\-bind,ro foo foo
+.B mount -o bind,ro foo foo
.RE
This feature is not supported by the Linux kernel; it is implemented in userspace