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:
parent
cfaa3c3d8f
commit
a3c68fd244
@ -748,7 +748,7 @@ or a user who has been granted the
|
|||||||
privilege with
|
privilege with
|
||||||
.Nm zfs Cm allow ,
|
.Nm zfs Cm allow ,
|
||||||
can access all groups' usage.
|
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
|
For volumes, specifies the block size of the volume. The
|
||||||
.Sy blocksize
|
.Sy blocksize
|
||||||
cannot be changed once the volume has been written, so it should be set at
|
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
|
.Nm
|
||||||
.Cm unallow
|
.Cm unallow
|
||||||
.Op Fl r
|
.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
|
.Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns
|
||||||
.Ar setname Oc Ns ... Oc
|
.Ar setname Oc Ns ... Oc
|
||||||
.Ar filesystem Ns | Ns Ar volume
|
.Ar filesystem Ns | Ns Ar volume
|
||||||
|
Loading…
Reference in New Issue
Block a user