zfsprops.7: Add note about comma-separation
This change primarily seeks to make implicit documentation explicit, as it is not outright stated that options should be comma-separated, nor is there a reason given for it. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> Closes #12579
This commit is contained in:
parent
475e41b9f5
commit
28401f6668
|
@ -1640,6 +1640,11 @@ If the property is set to
|
|||
the dataset is shared using the default options:
|
||||
.Dl sec=sys,rw,crossmnt,no_subtree_check
|
||||
.Pp
|
||||
Please note that the options are comma-separated, unlike those found in
|
||||
.Xr exports 5 .
|
||||
This is done to negate the need for quoting, as well as to make parsing
|
||||
with scripts easier.
|
||||
.Pp
|
||||
See
|
||||
.Xr exports 5
|
||||
for the meaning of the default options.
|
||||
|
|
Loading…
Reference in New Issue