mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-30 18:56:23 +03:00
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 <behlendorf1@llnl.gov> Signed-off-by: xtouqh <xtouqh@hotmail.com> Closes #11086
This commit is contained in:
@@ -31,23 +31,23 @@
|
||||
.Dt ZPOOL-GET 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm zpool Ns Pf - Cm get
|
||||
.Nm zpool-get
|
||||
.Nd Retrieves properties for the specified ZFS storage pool(s)
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Nm zpool
|
||||
.Cm get
|
||||
.Op Fl Hp
|
||||
.Op Fl o Ar field Ns Oo , Ns Ar field Oc Ns ...
|
||||
.Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns ...
|
||||
.Oo Ar pool Oc Ns ...
|
||||
.Nm
|
||||
.Nm zpool
|
||||
.Cm set
|
||||
.Ar property Ns = Ns Ar value
|
||||
.Ar pool
|
||||
.Sh DESCRIPTION
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Nm
|
||||
.Nm zpool
|
||||
.Cm get
|
||||
.Op Fl Hp
|
||||
.Op Fl o Ar field Ns Oo , Ns Ar field Oc Ns ...
|
||||
@@ -85,7 +85,7 @@ is the default value.
|
||||
Display numbers in parsable (exact) values.
|
||||
.El
|
||||
.It Xo
|
||||
.Nm
|
||||
.Nm zpool
|
||||
.Cm set
|
||||
.Ar property Ns = Ns Ar value
|
||||
.Ar pool
|
||||
|
||||
Reference in New Issue
Block a user