Fix incorrect use of .Nm directive for ZPOOL_VDEV_NAME_GUID in zpool(8)
It should only affect "zpool". Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes #8644
This commit is contained in:
parent
e8864b1b28
commit
2de17298de
|
@ -2734,8 +2734,8 @@ option in
|
|||
.Bl -tag -width "ZPOOL_VDEV_NAME_GUID"
|
||||
.It Ev ZPOOL_VDEV_NAME_GUID
|
||||
Cause
|
||||
.Nm zpool subcommands to output vdev guids by default. This behavior
|
||||
is identical to the
|
||||
.Nm zpool
|
||||
subcommands to output vdev guids by default. This behavior is identical to the
|
||||
.Nm zpool status -g
|
||||
command line option.
|
||||
.El
|
||||
|
|
Loading…
Reference in New Issue