summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBenno Schulenberg2013-06-09 10:50:01 +0200
committerKarel Zak2013-06-18 10:42:55 +0200
commit60c021073c884f55f550e94ad2c5a9246fc7e032 (patch)
treef6d546d632edbc277ad815f7cf81b757c21b5161 /sys-utils/mount.8
parentnsenter: Allow selecting the uid and gid to be used in the entered userns (diff)
downloadkernel-qcow2-util-linux-60c021073c884f55f550e94ad2c5a9246fc7e032.tar.gz
kernel-qcow2-util-linux-60c021073c884f55f550e94ad2c5a9246fc7e032.tar.xz
kernel-qcow2-util-linux-60c021073c884f55f550e94ad2c5a9246fc7e032.zip
mount: fix mistaken word and some grammar in man page of mount
Reported-by: Krzysztof Żelechowski <giecrilj@stegny.2a.pl> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.823
1 files changed, 11 insertions, 12 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 3ffdb2437..a9c68fd11 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -946,28 +946,27 @@ filesystem that supports xattr labeling.
The
.BR rootcontext=
option allows you to explicitly label the root inode of a FS being mounted
-before that FS or inode because visible to userspace. This was found to be
+before that FS or inode becomes visible to userspace. This was found to be
useful for things like stateless linux.
-Note that kernel rejects any remount request that includes the context
-option even if unchanged from the current context.
+Note that the kernel rejects any remount request that includes the context
+option, \fBeven\fP when unchanged from the current context.
-.B Warning that \fIcontext\fP value might contains comma
-and in this case the value has to be properly quoted otherwise
+.BR "Warning: the \fIcontext\fP value might contain commas" ,
+in which case the value has to be properly quoted, otherwise
.BR mount (8)
-will interpret the comma as separator between mount options. Don't forget that
-shell strips off quotes and
-.BR "double quoting is required" ,
-for example:
+will interpret the comma as a separator between mount options. Don't forget that
+the shell strips off quotes and thus
+.BR "double quoting is required" .
+For example:
.RS
.RS
.sp
-mount -t tmpfs none /mnt \-o 'context="system_u:object_r:tmp_t:s0:c127,c456",noexec'
+.B mount -t tmpfs none /mnt \-o 'context="system_u:object_r:tmp_t:s0:c127,c456",noexec'
.sp
.RE
-
For more details, see
-.BR selinux (8)
+.BR selinux (8).
.RE
.TP