From 2de17298de0725b437a4f312612f7b2a6000eaa5 Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Wed, 24 Apr 2019 02:23:00 +0900 Subject: [PATCH] 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 --- man/man8/zpool.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0