summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorPhillip Susi2013-11-25 16:23:26 +0100
committerKarel Zak2013-12-02 10:59:36 +0100
commitc4b8d43d1d838e8c98cf67667cd3193696413e15 (patch)
tree7d975ecc6afe03170276a42491b8430a7455b3d5 /sys-utils/mount.8
parentpylibmount: correctly import from pylibmount.so (diff)
downloadkernel-qcow2-util-linux-c4b8d43d1d838e8c98cf67667cd3193696413e15.tar.gz
kernel-qcow2-util-linux-c4b8d43d1d838e8c98cf67667cd3193696413e15.tar.xz
kernel-qcow2-util-linux-c4b8d43d1d838e8c98cf67667cd3193696413e15.zip
mount.8: fix grammar
Switch "A unbindable" to "An unbindable" Reported-by: Regid Ichira <regid23@nt1.in> Signed-off-by: Phillip Susi <psusi@ubuntu.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 65a054e0f..8fb21a5e5 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