diff options
author | Ruben Kerkhof <[email protected]> | 2016-05-16 14:14:32 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-16 12:26:31 -0700 |
commit | 32a6c3d7568a83582feb4387557ab7bc54a9f90c (patch) | |
tree | 904e5309dd4a11d94ee26bde25752ec2c668a1c8 /man/man8 | |
parent | d919da83faf14a46e20b7974e64617ee65d975d1 (diff) |
zfs.8 & mount.zfs.8: fix a few typos
filesytem -> filesystem
defntext -> defcontext
Signed-off-by: Ruben Kerkhof <[email protected]>
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/mount.zfs.8 | 4 | ||||
-rw-r--r-- | man/man8/zfs.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/man/man8/mount.zfs.8 b/man/man8/mount.zfs.8 index 362a8332f..4b71367e2 100644 --- a/man/man8/mount.zfs.8 +++ b/man/man8/mount.zfs.8 @@ -76,11 +76,11 @@ Increase verbosity. Print the usage message. .TP .BI "\-o context" -This flag sets the SELinux context for all files in the filesytem +This flag sets the SELinux context for all files in the filesystem under that mountpoint. .TP .BI "\-o fscontext" -This flag sets the SELinux context for the filesytem being mounted. +This flag sets the SELinux context for the filesystem being mounted. .TP .BI "\-o defcontext" This flag sets the SELinux context for unlabeled files. diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 97b34fa22..da64a5d46 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -1520,7 +1520,7 @@ The \fBcasesensitivity\fR, \fBnormalization\fR, and \fButf8only\fR properties ar .ad .sp .6 .RS 4n -This flag sets the SELinux context for all files in the filesytem under the mountpoint for that filesystem. See \fBselinux\fR(8) for more information. +This flag sets the SELinux context for all files in the filesystem under the mountpoint for that filesystem. See \fBselinux\fR(8) for more information. .RE .sp @@ -1531,14 +1531,14 @@ This flag sets the SELinux context for all files in the filesytem under the moun .ad .sp .6 .RS 4n -This flag sets the SELinux context for the filesytem being mounted. See \fBselinux\fR(8) for more information. +This flag sets the SELinux context for the filesystem being mounted. See \fBselinux\fR(8) for more information. .RE .sp .ne 2 .mk .na -\fB\fBdefntext\fR=\fBnone\fR | \fISELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level\fR\fR +\fB\fBdefcontext\fR=\fBnone\fR | \fISELinux_User:SElinux_Role:Selinux_Type:Sensitivity_Level\fR\fR .ad .sp .6 .RS 4n |