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:
Christian Schwarz 2018-11-20 18:59:43 +01:00 committed by Brian Behlendorf
parent 70621ff20e
commit bd9c195805

View File

@ -2951,8 +2951,8 @@ For each property, the following columns are displayed:
name Dataset name name Dataset name
property Property name property Property name
value Property value value Property value
source Property source. Can either be local, default, source Property source \fBlocal\fP, \fBdefault\fP, \fBinherited\fP,
temporary, inherited, or none (-). \fBtemporary\fP, \fBreceived\fP or none (\fB-\fP).
.Ed .Ed
.Pp .Pp
All columns are displayed by default, though this can be controlled by using the 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 default ,
.Sy inherited , .Sy inherited ,
.Sy temporary , .Sy temporary ,
.Sy received ,
and and
.Sy none . .Sy none .
The default value is all sources. The default value is all sources.