aboutsummaryrefslogtreecommitdiffstats
path: root/man/man8/zpool-resilver.8
diff options
context:
space:
mode:
authorxtouqh <[email protected]>2020-10-22 21:28:10 +0300
committerGitHub <[email protected]>2020-10-22 11:28:10 -0700
commit1e36af8c7b217cd020b5ff0a02d9019737cc5ba4 (patch)
treeb744a359d64619e6fdf357c0d86003b232656ddf /man/man8/zpool-resilver.8
parenteb02a4c6fbf25388858099fc63de98192d5d2f66 (diff)
Properly format NAME subsection of zfs/zpool subcommands
Use proper names (i.e. zfs-allow and zpool-add) in NAME subsections of zfs/zpool subcommands instead of current "pretty-printed" ones as makewhatis utilities (or some implementations of it, namely the one from mandoc suite used in FreeBSD) look not only at the document title but also in NAME subsection, adding zfs(8)/zpool(8) to search results which is not correct. (Common sense and other utilities splitting subcommands in multiple man pages, e.g. git, do the same.) Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: xtouqh <[email protected]> Closes #11086
Diffstat (limited to 'man/man8/zpool-resilver.8')
-rw-r--r--man/man8/zpool-resilver.86
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/zpool-resilver.8 b/man/man8/zpool-resilver.8
index a804bea4a..602e296fe 100644
--- a/man/man8/zpool-resilver.8
+++ b/man/man8/zpool-resilver.8
@@ -31,16 +31,16 @@
.Dt ZPOOL-RESILVER 8
.Os
.Sh NAME
-.Nm zpool Ns Pf - Cm resilver
+.Nm zpool-resilver
.Nd Start a resilver of a device in a ZFS storage pool
.Sh SYNOPSIS
-.Nm
+.Nm zpool
.Cm resilver
.Ar pool Ns ...
.Sh DESCRIPTION
.Bl -tag -width Ds
.It Xo
-.Nm
+.Nm zpool
.Cm resilver
.Ar pool Ns ...
.Xc