diff options
author | bunder2015 <[email protected]> | 2018-06-04 12:06:16 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-06-04 09:06:16 -0700 |
commit | 85912983a4ff12eab20b170c15eb26f7761b8be2 (patch) | |
tree | 41f1271fb63783e60c64538ab6a47d66839ac4df /man/man8/zpool.8 | |
parent | 1a5b96b8ee66da5dfdfbedcb6bc462f454b4a25d (diff) |
Fix typoes in zpool man page
Fixed some highlighting in the zpool man page
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #7596
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 92a2c75fb..228051809 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -805,7 +805,9 @@ device sharing. Display real paths for .Ar vdev Ns s instead of only the last component of the path. This can be used in -conjunction with the -L flag. +conjunction with the +.Fl L +flag. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the .Sx Properties @@ -1702,7 +1704,8 @@ values. .It Fl P Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the -.Fl L flag. +.Fl L +flag. .It Fl T Sy u Ns | Ns Sy d Display a time stamp. Specify @@ -1988,7 +1991,8 @@ Print out the expected configuration of .It Fl P Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the -.Fl L flag. +.Fl L +flag. .It Fl o Ar property Ns = Ns Ar value Sets the specified property for .Ar newpool . @@ -2047,7 +2051,8 @@ path used to open it. .It Fl P Display full paths for vdevs instead of only the last component of the path. This can be used in conjunction with the -.Fl L flag. +.Fl L +flag. .It Fl D Display a histogram of deduplication statistics, showing the allocated .Pq physically present on disk |