diff options
author | xtouqh <[email protected]> | 2020-10-22 21:28:10 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-22 11:28:10 -0700 |
commit | 1e36af8c7b217cd020b5ff0a02d9019737cc5ba4 (patch) | |
tree | b744a359d64619e6fdf357c0d86003b232656ddf /man/man8/zfs-userspace.8 | |
parent | eb02a4c6fbf25388858099fc63de98192d5d2f66 (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/zfs-userspace.8')
-rw-r--r-- | man/man8/zfs-userspace.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/man8/zfs-userspace.8 b/man/man8/zfs-userspace.8 index 9c103bf48..0a9977a61 100644 --- a/man/man8/zfs-userspace.8 +++ b/man/man8/zfs-userspace.8 @@ -34,10 +34,10 @@ .Dt ZFS-USERSPACE 8 .Os .Sh NAME -.Nm zfs Ns Pf - Cm userspace +.Nm zfs-userspace .Nd Displays space consumed by, and quotas on, each user or group in the specified filesystem or snapshot. .Sh SYNOPSIS -.Nm +.Nm zfs .Cm userspace .Op Fl Hinp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc @@ -45,7 +45,7 @@ .Oo Fl S Ar field Oc Ns ... .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc .Ar filesystem Ns | Ns Ar snapshot Ns | Ns Ar path -.Nm +.Nm zfs .Cm groupspace .Op Fl Hinp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc @@ -53,7 +53,7 @@ .Oo Fl S Ar field Oc Ns ... .Oo Fl t Ar type Ns Oo , Ns Ar type Oc Ns ... Oc .Ar filesystem Ns | Ns Ar snapshot Ns | Ns Ar path -.Nm +.Nm zfs .Cm projectspace .Op Fl Hp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc @@ -63,7 +63,7 @@ .Sh DESCRIPTION .Bl -tag -width "" .It Xo -.Nm +.Nm zfs .Cm userspace .Op Fl Hinp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc @@ -146,7 +146,7 @@ The default is The default can be changed to include group types. .El .It Xo -.Nm +.Nm zfs .Cm groupspace .Op Fl Hinp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc @@ -162,7 +162,7 @@ This subcommand is identical to except that the default types to display are .Fl t Sy posixgroup Ns \&, Ns Sy smbgroup . .It Xo -.Nm +.Nm zfs .Cm projectspace .Op Fl Hp .Oo Fl o Ar field Ns Oo , Ns Ar field Oc Ns ... Oc |