From 33dc49e0c0ced678b9de5f53a4689b79ded87737 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 6 Jan 2020 10:43:32 -0800 Subject: [PATCH] Fix ZPOOL_VDEV_NAME_PATH option description The corresponding zpool status option is -P and not -p. Update this description to reference the correct option. Reviewed-by: loli10K Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #9803 --- man/man8/zpool.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 272e4bc1ce..4b5a1e2b30 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -497,7 +497,7 @@ Cause .Nm zpool subcommands to output full vdev path names by default. This behavior is identical to the -.Nm zpool status -p +.Nm zpool status -P command line option. .El .Bl -tag -width "ZFS_VDEV_DEVID_OPT_OUT"