diff options
author | Richard Laager <[email protected]> | 2019-04-21 15:56:33 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-24 17:04:35 -0700 |
commit | 0531c83c18768467a533e054d0dec0557a914619 (patch) | |
tree | 87784bbc07c78e1de57326e6bbafb1b433523951 /man/man8 | |
parent | a5a6d82dda4e633c0c846a8949c597d255689c29 (diff) |
Eliminate useless double-bolding in man pages
As far as I know and can tell from testing, \fB\fB...\fR\fR is exactly
equivalent to \fB...\fR.
Reviewed-by: Tom Caputi <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8641
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zstreamdump.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/zstreamdump.8 b/man/man8/zstreamdump.8 index d14edd492..33cd047f5 100644 --- a/man/man8/zstreamdump.8 +++ b/man/man8/zstreamdump.8 @@ -25,7 +25,7 @@ The following options are supported: .sp .ne 2 .na -\fB\fB-C\fR\fR +\fB-C\fR .ad .sp .6 .RS 4n @@ -35,7 +35,7 @@ Suppress the validation of checksums. .sp .ne 2 .na -\fB\fB-v\fR\fR +\fB-v\fR .ad .sp .6 .RS 4n @@ -45,7 +45,7 @@ Verbose. Dump all headers, not only begin and end headers. .sp .ne 2 .na -\fB\fB-d\fR\fR +\fB-d\fR .ad .sp .6 .RS 4n |