diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2017-04-14 18:02:25 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2017-04-14 18:02:25 +0000 |
commit | a3c68fd24488caece49bc7187af89465f1ec1b45 (patch) | |
tree | b201d09f7a25f66d2e3894c9e7c3e1f49de28b0e /man | |
parent | cfaa3c3d8fcf14750d4913cbe022d2d07e629c87 (diff) | |
download | src-a3c68fd24488caece49bc7187af89465f1ec1b45.tar.gz src-a3c68fd24488caece49bc7187af89465f1ec1b45.zip |
7602 minor issues with zfs manpage
illumos/illumos-gate@5c262fd00992208f65151758483eb8841166798b
https://github.com/illumos/illumos-gate/commit/5c262fd00992208f65151758483eb8841166798b
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>
Notes
Notes:
svn path=/vendor/illumos/dist/; revision=316892
Diffstat (limited to 'man')
-rw-r--r-- | man/man1m/zfs.1m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1m/zfs.1m b/man/man1m/zfs.1m index a6ce18b04de0..34b645da284d 100644 --- a/man/man1m/zfs.1m +++ b/man/man1m/zfs.1m @@ -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 |