]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: fix typos in man page
authorKarel Zak <kzak@redhat.com>
Thu, 21 Mar 2013 22:56:35 +0000 (23:56 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 21 Mar 2013 22:56:35 +0000 (23:56 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8

index 979c60e5b2a3145f4b673c64265bd763a973d8ad..f634b27fd926c98ca46f93cf1f87fa8e5538dc63 100644 (file)
@@ -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).