mirror of https://github.com/openzfs/zfs.git
zfs.8 & mount.zfs.8: fix a few typos
filesytem -> filesystem defntext -> defcontext Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
d919da83fa
commit
32a6c3d756
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue