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.30.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7947b7a0e899d6190a3ef0e1ad1836eb21abc6a;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