man/zfs.8: document 'received' property source
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Giuseppe Di Natale <guss80@gmail.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Christian Schwarz <me@cschwarz.com> Closes #8134
This commit is contained in:
parent
70621ff20e
commit
bd9c195805
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue