diff options
author | LOLi <[email protected]> | 2018-01-30 00:05:03 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-01-29 15:05:03 -0800 |
commit | 63f88c12b41a9a51f5693efce408960664fdbe16 (patch) | |
tree | 721467099bd3caa631f8915dee84a7f226af2377 /man/man8 | |
parent | 5e021f56d3437d3523904652fe3cc23ea1f4cb70 (diff) |
Fix style issues in man pages and commands help
* Remove 'zfs snap' from zfs help message (OpenZFS sync)
* Update zfs(8) to suggest 'snap' can be used as an alias for 'snapshot'
* Enforce 80 columns limit in help messages
* Remove zfs_disable_dup_eviction from zfs-module-parameters(5)
* Expose zfs_scan_max_ext_gap as a kernel module parameter.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tom Caputi <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #7087
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 85f510d36..4723de45d 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2459,7 +2459,7 @@ The given bookmark is destroyed. .Nm .Cm snapshot .Op Fl r -.Oo Fl o Ar property Ns = Ns value Oc Ns ... +.Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... .Ar filesystem Ns @ Ns Ar snapname Ns | Ns Ar volume Ns @ Ns Ar snapname Ns ... .Xc Creates snapshots with the given names. @@ -2467,6 +2467,9 @@ All previous modifications by successful system calls to the file system are part of the snapshots. Snapshots are taken atomically, so that all snapshots correspond to the same moment in time. +.Nm zfs Cm snap +can be used as an alias for +.Nm zfs Cm snapshot. See the .Sx Snapshots section for details. |