diff options
author | HÃ¥kan Johansson <[email protected]> | 2017-01-24 18:09:02 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-24 09:09:02 -0800 |
commit | 9ef3906a5ab1185e9941bca252c87105fdf77a94 (patch) | |
tree | 9ba8665c981853abde332c2861cd516a316c2fbe /man | |
parent | a39ce906602ce721774f4e17671c05bd5c710d1e (diff) |
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 <[email protected]>
Reviewed-by: loli10K <[email protected]>
Signed-off-by: Haakan T Johansson <[email protected]>
Closes #5645
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 2 | ||||
-rw-r--r-- | man/man8/zfs.8 | 6 | ||||
-rw-r--r-- | man/man8/zpool.8 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 0c45dcf8c..cca583de9 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -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 diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 9c179d7a7..6417ee771 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -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 diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 883d11739..d8e33d6f2 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -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 |