diff options
author | Tomohiro Kusumi <[email protected]> | 2019-04-24 02:23:00 +0900 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-23 10:23:00 -0700 |
commit | 2de17298de0725b437a4f312612f7b2a6000eaa5 (patch) | |
tree | 5473b12a00431d9a803e25e63acd9f11016c3be5 /man | |
parent | e8864b1b28c231d80f0df8b1c4b893f9ada73aad (diff) |
Fix incorrect use of .Nm directive for ZPOOL_VDEV_NAME_GUID in zpool(8)
It should only affect "zpool".
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: Tomohiro Kusumi <[email protected]>
Closes #8644
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 4 |
1 files 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 |