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:
D. Ebdrup 2021-10-30 01:30:44 +02:00 committed by Tony Hutter
parent 687de107b7
commit 4d4f0d1a05
1 changed files with 5 additions and 0 deletions

View File

@ -1623,6 +1623,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.