diff options
author | bunder2015 <[email protected]> | 2017-03-07 16:01:39 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-03-07 13:01:39 -0800 |
commit | db4ed56538db7fa3ec63bf279b8a2a1311991bed (patch) | |
tree | 4081228376c38b6ef339de122a08a890f1f01beb | |
parent | 650383f2838d5864f127e9d8595b97ad024c9648 (diff) |
Corrected highlight for zpool man page
SS is already highlighted and the fB/fR tags break the highlighting
prematurely, removing the tags highlights the entire line.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #5873
-rw-r--r-- | man/man8/zpool.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 35a195aa0..929340fcb 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -184,7 +184,7 @@ The \fBzpool\fR command configures \fBZFS\fR storage pools. A storage pool is a .sp .LP All datasets within a storage pool share the same space. See \fBzfs\fR(8) for information on managing datasets. -.SS "Virtual Devices (\fBvdev\fRs)" +.SS "Virtual Devices (vdevs)" .sp .LP A "virtual device" describes a single device or a collection of devices organized according to certain performance and fault characteristics. The following virtual devices are supported: |