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-project.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-project.8')
-rw-r--r-- | man/man8/zfs-project.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/man8/zfs-project.8 b/man/man8/zfs-project.8 index d3171c05c..21c300f83 100644 --- a/man/man8/zfs-project.8 +++ b/man/man8/zfs-project.8 @@ -34,26 +34,26 @@ .Dt ZFS-PROJECT 8 .Os .Sh NAME -.Nm zfs Ns Pf - Cm project +.Nm zfs-project .Nd List, set, or clear project ID and/or inherit flag on the file(s) or directories. .Sh SYNOPSIS -.Nm +.Nm zfs .Cm project .Oo Fl d Ns | Ns Fl r Ns Oc .Ar file Ns | Ns Ar directory Ns ... -.Nm +.Nm zfs .Cm project .Fl C .Oo Fl kr Ns Oc .Ar file Ns | Ns Ar directory Ns ... -.Nm +.Nm zfs .Cm project .Fl c .Oo Fl 0 Ns Oc .Oo Fl d Ns | Ns Fl r Ns Oc .Op Fl p Ar id .Ar file Ns | Ns Ar directory Ns ... -.Nm +.Nm zfs .Cm project .Op Fl p Ar id .Oo Fl rs Ns Oc @@ -61,7 +61,7 @@ .Sh DESCRIPTION .Bl -tag -width "" .It Xo -.Nm +.Nm zfs .Cm project .Oo Fl d Ns | Ns Fl r Ns Oc .Ar file Ns | Ns Ar directory Ns ... @@ -79,7 +79,7 @@ Show on subdirectories recursively. It will overwrite the former specified option. .El .It Xo -.Nm +.Nm zfs .Cm project .Fl C .Oo Fl kr Ns Oc @@ -94,7 +94,7 @@ as zero. Clear on subdirectories recursively. .El .It Xo -.Nm +.Nm zfs .Cm project .Fl c .Oo Fl 0 Ns Oc @@ -126,7 +126,7 @@ Check on subdirectories recursively. It will overwrite the former specified option. .El .It Xo -.Nm +.Nm zfs .Cm project .Op Fl p Ar id .Oo Fl rs Ns Oc |