From: Karel Zak Date: Mon, 19 Jun 2017 09:49:51 +0000 (+0200) Subject: mount: fix man page typo (--bind,ro) X-Git-Tag: v2.31-rc1~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417234cb93503db625258c64a495da418f6dfd20;p=thirdparty%2Futil-linux.git mount: fix man page typo (--bind,ro) Addresses: https://github.com/karelzak/util-linux/issues/464 Signed-off-by: Karel Zak --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index bbfe71b75c..ac410640ed 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