summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2013-03-21 23:56:35 +0100
committerKarel Zak2013-03-21 23:56:35 +0100
commite80d46b0d9d640ec46d8052402e01c4433dc70fe (patch)
treeded472012c281504b49357140c5e3328a34e642b /sys-utils/mount.8
parentdocs: update AUTHORS file (diff)
downloadkernel-qcow2-util-linux-e80d46b0d9d640ec46d8052402e01c4433dc70fe.tar.gz
kernel-qcow2-util-linux-e80d46b0d9d640ec46d8052402e01c4433dc70fe.tar.xz
kernel-qcow2-util-linux-e80d46b0d9d640ec46d8052402e01c4433dc70fe.zip
mount: fix typos in man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 979c60e5b..f634b27fd 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -495,10 +495,10 @@ Note that Linux kernel does not allow to change more propagation flags by one
syscall and the flags cannot be mixed with another mount options.
Since util-linux 2.23 mount command allows to use more propagation flags
-together and with another mount operations. This feature is EXPERIMENTAL. In
-this case the propagation flags are applied by additional mount(2) syscalls
+together and with another mount operations. This feature is EXPERIMENTAL.
+The propagation flags are applied by additional mount(2) syscalls
after previous successful mount operation. Note that this use case is not
-atomic. The propagation flags is possible to specified in
+atomic. The propagation flags is possible to specify in
.BR fstab (5)
as mount options
(private,slave,shared,unbindable,rprivate,rslave,rshared,runbindable).