7602 minor issues with zfs manpage

illumos/illumos-gate@5c262fd009
5c262fd009

https://www.illumos.org/issues/7602
  The line volblocksize=blocksize should just read volblocksize in the same
  rendering as the other properties in the same section.
  The zfs.1m man page renders one variant of unallow as
  zfs unallow [-r] -s -@setname [perm|@setname[,perm|@setname]...]
               filesystem|volume
  There is an extra dash preceeding @setname that should not be there.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Daniel Hoffman <dj.hoffman@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Sara Hartse <sara.hartse@delphix.com>
This commit is contained in:
Andriy Gapon 2017-04-14 18:02:25 +00:00
parent cfaa3c3d8f
commit a3c68fd244
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=316892

View File

@ -748,7 +748,7 @@ or a user who has been granted the
privilege with
.Nm zfs Cm allow ,
can access all groups' usage.
.It Sy volblocksize Ns = Ns Em blocksize
.It Sy volblocksize
For volumes, specifies the block size of the volume. The
.Sy blocksize
cannot be changed once the volume has been written, so it should be set at
@ -3026,7 +3026,7 @@ Recursively remove the permissions from this file system and all descendents.
.Nm
.Cm unallow
.Op Fl r
.Fl s @ Ns Ar setname
.Fl s No @ Ns Ar setname
.Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
.Ar setname Oc Ns ... Oc
.Ar filesystem Ns | Ns Ar volume