]> git.proxmox.com Git - mirror_zfs.git/commitdiff
man: ... -> … again
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Thu, 24 Mar 2022 19:14:25 +0000 (20:14 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Apr 2022 21:31:10 +0000 (14:31 -0700)
zfs-program.8 is left, but that's literal Lua syntax

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13255

man/man7/zfsprops.7
man/man8/zed.8.in
man/man8/zfs-allow.8
man/man8/zfs-program.8
man/man8/zfs-send.8

index 0976e80d7309365031e1f381af07d3fbc46e2454..7e9f8ede77e67504c54d7c57e15e463cd30ca24e 100644 (file)
@@ -388,7 +388,7 @@ privilege with
 can access everyone's usage.
 .Pp
 The
-.Sy userused Ns @ Ns Ar ...
+.Sy userused Ns @ Ns Ar 
 properties are not displayed by
 .Nm zfs Cm get Sy all .
 The user's name must be appended after the
@@ -872,14 +872,17 @@ This is done using
 .Sy zstd-fast- Ns Ar N ,
 where
 .Ar N
-is an integer in [1-9,10,20,30,...,100,500,1000] which maps to a negative
+is an integer in
+.Bq Sy 1 Ns - Ns Sy 10 , 20 , 30 , No … , Sy 100 , 500 , 1000
+which maps to a negative
 .Sy zstd
 level.
-The lower the level the faster the compression -
-.Ar 1000 No provides the fastest compression and lowest compression ratio.
+The lower the level the faster the compression \(em
+.Sy 1000
+provides the fastest compression and lowest compression ratio.
 .Sy zstd-fast
 is equivalent to
-.Sy zstd-fast-1 .
+.Sy zstd-fast- Ns Ar 1 .
 .Pp
 The
 .Sy zle
@@ -1315,7 +1318,7 @@ can get and set everyone's quota.
 This property is not available on volumes, on file systems before version 4, or
 on pools before version 15.
 The
-.Sy userquota@ Ns Ar ...
+.Sy userquota@ Ns Ar 
 properties are not displayed by
 .Nm zfs Cm get Sy all .
 The user's name must be appended after the
index d3297605206e82399c8c02a54860750804fa6100..6c51f10695ccf7b6aaf4dcbaea7260cca6f84818 100644 (file)
@@ -75,7 +75,7 @@ Custom
 .Ev $PATH
 for zedlets to use.
 Normally zedlets run in a locked-down environment, with hardcoded paths to the ZFS commands
-.Pq Ev $ZFS , $ZPOOL , $ZED , ... ,
+.Pq Ev $ZFS , $ZPOOL , $ZED ,  ,
 and a hard-coded
 .Ev $PATH .
 This is done for security reasons.
index f949a0a5eee5f001ed2a23f8b8774f93bf16f2f6..52b7c43f44ba736b34ee243e938687a81a703af6 100644 (file)
@@ -215,19 +215,19 @@ send      subcommand
 share  subcommand      Allows sharing file systems over NFS or SMB protocols
 snapshot       subcommand      Must also have the \fBmount\fR ability
 
-groupquota     other   Allows accessing any \fBgroupquota@\fI...\fR property
-groupobjquota  other   Allows accessing any \fBgroupobjquota@\fI...\fR property
-groupused      other   Allows reading any \fBgroupused@\fI...\fR property
-groupobjused   other   Allows reading any \fBgroupobjused@\fI...\fR property
+groupquota     other   Allows accessing any \fBgroupquota@\fI\fR property
+groupobjquota  other   Allows accessing any \fBgroupobjquota@\fI\fR property
+groupused      other   Allows reading any \fBgroupused@\fI\fR property
+groupobjused   other   Allows reading any \fBgroupobjused@\fI\fR property
 userprop       other   Allows changing any user property
-userquota      other   Allows accessing any \fBuserquota@\fI...\fR property
-userobjquota   other   Allows accessing any \fBuserobjquota@\fI...\fR property
-userused       other   Allows reading any \fBuserused@\fI...\fR property
-userobjused    other   Allows reading any \fBuserobjused@\fI...\fR property
-projectobjquota        other   Allows accessing any \fBprojectobjquota@\fI...\fR property
-projectquota   other   Allows accessing any \fBprojectquota@\fI...\fR property
-projectobjused other   Allows reading any \fBprojectobjused@\fI...\fR property
-projectused    other   Allows reading any \fBprojectused@\fI...\fR property
+userquota      other   Allows accessing any \fBuserquota@\fI\fR property
+userobjquota   other   Allows accessing any \fBuserobjquota@\fI\fR property
+userused       other   Allows reading any \fBuserused@\fI\fR property
+userobjused    other   Allows reading any \fBuserobjused@\fI\fR property
+projectobjquota        other   Allows accessing any \fBprojectobjquota@\fI\fR property
+projectquota   other   Allows accessing any \fBprojectquota@\fI\fR property
+projectobjused other   Allows reading any \fBprojectobjused@\fI\fR property
+projectused    other   Allows reading any \fBprojectused@\fI\fR property
 
 aclinherit     property
 aclmode        property
index 4a9718cdcfcb16cdee6711453742189842316fb3..100cba03ee51818c9972fcfe6346c705f583db92 100644 (file)
@@ -96,16 +96,17 @@ argv = args["argv"]
 -- argv == {1="arg1", 2="arg2", ...}
 .Ed
 .Pp
-If invoked from the libZFS interface, an arbitrary argument list can be
+If invoked from the libzfs interface, an arbitrary argument list can be
 passed to the channel program, which is accessible via the same
-"..." syntax in Lua:
+.Qq Li ...
+syntax in Lua:
 .Bd -literal -compact -offset indent
 args = ...
 -- args == {"foo"="bar", "baz"={...}, ...}
 .Ed
 .Pp
 Note that because Lua arrays are 1-indexed, arrays passed to Lua from the
-libZFS interface will have their indices incremented by 1.
+libzfs interface will have their indices incremented by 1.
 That is, the element
 in
 .Va arr[0]
@@ -166,7 +167,7 @@ See the
 section below for function-specific details on error return codes.
 .
 .Ss Lua to C Value Conversion
-When invoking a channel program via the libZFS interface, it is necessary to
+When invoking a channel program via the libzfs interface, it is necessary to
 translate arguments and return values from Lua values to their C equivalents,
 and vice-versa.
 .Pp
index 67e94ca85bc70eabeb2dfc12d55bfcc1665f7bab..17e7294e95ed4b0c6e23a9cb9a5ea57dde4bc9b8 100644 (file)
@@ -40,7 +40,7 @@
 .Nm zfs
 .Cm send
 .Op Fl DLPRbcehnpsvw
-.Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns ...
+.Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns 
 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
 .Ar snapshot
 .Nm zfs
@@ -74,7 +74,7 @@
 .Nm zfs
 .Cm send
 .Op Fl DLPRbcehnpvw
-.Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns ...
+.Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns 
 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
 .Ar snapshot
 .Xc
@@ -142,7 +142,7 @@ If the
 flag is used to send encrypted datasets, then
 .Fl w
 must also be specified.
-.It Fl X , -exclude Ar dataset Ns Oo , Ns Ar dataset Oc Ns ...
+.It Fl X , -exclude Ar dataset Ns Oo , Ns Ar dataset Oc Ns 
 When the
 .Fl R
 flag is given,