From: Phillip Susi Date: Mon, 25 Nov 2013 15:23:26 +0000 (-0500) Subject: mount.8: fix grammar X-Git-Tag: v2.25-rc1~710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b8d43d1d838e8c98cf67667cd3193696413e15;p=thirdparty%2Futil-linux.git mount.8: fix grammar Switch "A unbindable" to "An unbindable" Reported-by: Regid Ichira Signed-off-by: Phillip Susi --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 65a054e0f4..8fb21a5e53 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -466,7 +466,7 @@ Since Linux 2.6.15 it is possible to mark a mount and its submounts as shared, private, slave or unbindable. A shared mount provides ability to create mirrors of that mount such that mounts and umounts within any of the mirrors propagate to the other mirror. A slave mount receives propagation from its master, but -any not vice-versa. A private mount carries no propagation abilities. A +any not vice-versa. A private mount carries no propagation abilities. An unbindable mount is a private mount which cannot be cloned through a bind operation. Detailed semantics is documented in .B Documentation/filesystems/sharedsubtree.txt