mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 20:22:14 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user