Fix typoes in zpool man page
Fixed some highlighting in the zpool man page Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: bunder2015 <omfgbunder@gmail.com> Closes #7596
This commit is contained in:
parent
1a5b96b8ee
commit
85912983a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue