summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorMichael Kerrisk2016-12-04 17:44:55 +0100
committerMichael Kerrisk2016-12-05 16:51:07 +0100
commit3be5d9772fcc49607cc12e47e3f0666cdb19713d (patch)
tree4e108a28495175abd459266ddfc95587d483b350 /sys-utils/mount.8
parentchrt: default to SCHED_RR policy (diff)
downloadkernel-qcow2-util-linux-3be5d9772fcc49607cc12e47e3f0666cdb19713d.tar.gz
kernel-qcow2-util-linux-3be5d9772fcc49607cc12e47e3f0666cdb19713d.tar.xz
kernel-qcow2-util-linux-3be5d9772fcc49607cc12e47e3f0666cdb19713d.zip
docs: various pages: Use "system call" not "syscall"
A minor wording fix... Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.87
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index beef62233..9f7dbde83 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -358,7 +358,8 @@ For example:
.RE
This feature is not supported by the Linux kernel; it is implemented in userspace
-by an additional \fBmount\fR(2) remounting syscall. This solution is not atomic.
+by an additional \fBmount\fR(2) remounting system call.
+This solution is not atomic.
The alternative (classic) way to create a read-only bind mount is to use the remount
operation, for example:
@@ -452,11 +453,11 @@ specified on the command line.
Note that the Linux kernel does not allow to change multiple propagation flags
with a single
.BR mount (2)
-syscall, and the flags cannot be mixed with other mount options.
+system call, and the flags cannot be mixed with other mount options.
Since util-linux 2.23 the \fBmount\fR command allows to use several propagation flags
together and also together with other mount operations. This feature is EXPERIMENTAL.
-The propagation flags are applied by additional \fBmount\fR(2) syscalls when the
+The propagation flags are applied by additional \fBmount\fR(2) system calls when the
preceding mount operations were successful. Note that this use case is not
atomic. It is possible to specify the propagation flags in
.BR fstab (5)