Minor man-page formatting fixes
fB -> \fB in zpool.8 (Properties -> cachefile) \fN -> \fB in zfs-module-parameters.5 (zfs_dirty_data_max_max_percent) Three | -> \fR|\fI fixes for arguments of diff and inherit in zfs.8. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Signed-off-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5645
This commit is contained in:
parent
a39ce90660
commit
9ef3906a5a
|
@ -887,7 +887,7 @@ time, and will be ignored if \fBzfs_dirty_data_max\fR is later changed.
|
|||
The parameter \fBzfs_dirty_data_max_max\fR takes precedence over this
|
||||
one. See the section "ZFS TRANSACTION DELAY".
|
||||
.sp
|
||||
Default value: \fN25\fR.
|
||||
Default value: \fB25\fR.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
|
|
|
@ -118,7 +118,7 @@ zfs \- configures ZFS file systems
|
|||
|
||||
.LP
|
||||
.nf
|
||||
\fBzfs\fR \fBinherit\fR [\fB-rS\fR] \fIproperty\fR \fIfilesystem\fR|\fIvolume|snapshot\fR ...
|
||||
\fBzfs\fR \fBinherit\fR [\fB-rS\fR] \fIproperty\fR \fIfilesystem\fR|\fIvolume\fR|\fIsnapshot\fR ...
|
||||
.fi
|
||||
|
||||
.LP
|
||||
|
@ -267,7 +267,7 @@ zfs \- configures ZFS file systems
|
|||
|
||||
.LP
|
||||
.nf
|
||||
\fBzfs\fR \fBdiff\fR [\fB-FHt\fR] \fIsnapshot\fR \fIsnapshot|filesystem\fR
|
||||
\fBzfs\fR \fBdiff\fR [\fB-FHt\fR] \fIsnapshot\fR \fIsnapshot\fR|\fIfilesystem\fR
|
||||
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
@ -3341,7 +3341,7 @@ Recursively releases a hold with the given tag on the snapshots of all descenden
|
|||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fBzfs diff\fR [\fB-FHt\fR] \fIsnapshot\fR \fIsnapshot|filesystem\fR
|
||||
\fB\fBzfs diff\fR [\fB-FHt\fR] \fIsnapshot\fR \fIsnapshot\fR|\fIfilesystem\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
|
|
|
@ -643,7 +643,7 @@ Identifies the default bootable dataset for the root pool. This property is expe
|
|||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fBcachefile\fR=fBnone\fR | \fIpath\fR\fR
|
||||
\fB\fBcachefile\fR=\fBnone\fR | \fIpath\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
|
|
Loading…
Reference in New Issue