diff options
author | наб <[email protected]> | 2020-11-13 23:53:37 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-11-17 12:19:56 -0800 |
commit | 5f24bd11ee2ecc4bcf290150e655837b041de00c (patch) | |
tree | 7b1a4acad0ec9115d3b4379b5ba060cae45301d1 | |
parent | f6f3089cf6455e6b23faecd8987815c6a3c4f14c (diff) |
zpool(8): fix pool-wi[sd]e typo
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11202
-rw-r--r-- | man/man8/zpool-list.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zpool-list.8 b/man/man8/zpool-list.8 index a38430c8f..068a68893 100644 --- a/man/man8/zpool-list.8 +++ b/man/man8/zpool-list.8 @@ -111,7 +111,7 @@ See .It Fl v Verbose statistics. Reports usage statistics for individual vdevs within the pool, in addition to -the pool-wise statistics. +the pool-wide statistics. .El .El .Sh SEE ALSO |