From 417234cb93503db625258c64a495da418f6dfd20 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 Jun 2017 11:49:51 +0200 Subject: [PATCH] mount: fix man page typo (--bind,ro) Addresses: https://github.com/karelzak/util-linux/issues/464 Signed-off-by: Karel Zak --- sys-utils/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3