diff options
author | Christian Schwarz <[email protected]> | 2018-11-20 18:59:43 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-11-20 09:59:43 -0800 |
commit | bd9c195805bd3ccecac87acfc5c962d859005d8f (patch) | |
tree | 687cd5407bdae4f1cb37f27bb26b125e1cae4b40 /man | |
parent | 70621ff20eb9dab94dde5e1c5cba7113e4cb7036 (diff) |
man/zfs.8: document 'received' property source
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: Christian Schwarz <[email protected]>
Closes #8134
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 80ed23c99..f7c96eb08 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2951,8 +2951,8 @@ For each property, the following columns are displayed: name Dataset name property Property name value Property value - source Property source. Can either be local, default, - temporary, inherited, or none (-). + source Property source \fBlocal\fP, \fBdefault\fP, \fBinherited\fP, + \fBtemporary\fP, \fBreceived\fP or none (\fB-\fP). .Ed .Pp All columns are displayed by default, though this can be controlled by using the @@ -2997,6 +2997,7 @@ Each source must be one of the following: .Sy default , .Sy inherited , .Sy temporary , +.Sy received , and .Sy none . The default value is all sources. |