From a3c68fd24488caece49bc7187af89465f1ec1b45 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Fri, 14 Apr 2017 18:02:25 +0000 Subject: [PATCH] 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 Reviewed by: Daniel Hoffman Approved by: Richard Lowe Author: Sara Hartse --- man/man1m/zfs.1m | 4 ++-- 1 file 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