diff options
author | наб <[email protected]> | 2022-03-24 20:14:25 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-20 14:31:10 -0700 |
commit | e37e7dd6a6f5ae170dd93f2b7843e6dfb7b2fb89 (patch) | |
tree | aca0596e1902a7c2b4e135db365be297a5d46f51 /man/man7 | |
parent | b1fb4e1ba4986b4a6393e9b238a4f611c00c9bbf (diff) |
man: ... -> … again
zfs-program.8 is left, but that's literal Lua syntax
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13255
Diffstat (limited to 'man/man7')
-rw-r--r-- | man/man7/zfsprops.7 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 0976e80d7..7e9f8ede7 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -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 |