]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount.8: fix grammar
authorPhillip Susi <psusi@ubuntu.com>
Mon, 25 Nov 2013 15:23:26 +0000 (10:23 -0500)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Dec 2013 09:59:36 +0000 (10:59 +0100)
Switch "A unbindable" to "An unbindable"

Reported-by: Regid Ichira <regid23@nt1.in>
Signed-off-by: Phillip Susi <psusi@ubuntu.com>
sys-utils/mount.8

index 65a054e0f41422f5b596057ba3296766f6bbec2c..8fb21a5e5398ed4facc2245d44f06123fe8ad916 100644 (file)
@@ -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