From: Tomohiro Kusumi Date: Tue, 23 Apr 2019 17:23:00 +0000 (+0900) Subject: Fix incorrect use of .Nm directive for ZPOOL_VDEV_NAME_GUID in zpool(8) X-Git-Tag: zfs-0.8.0-rc5~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2de17298de0725b437a4f312612f7b2a6000eaa5;p=zfs Fix incorrect use of .Nm directive for ZPOOL_VDEV_NAME_GUID in zpool(8) It should only affect "zpool". Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Reviewed-by: Richard Laager Signed-off-by: Tomohiro Kusumi Closes #8644 --- diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index e644f7e6a..6b97c4b0e 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -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