aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorD. Ebdrup <[email protected]>2021-10-30 01:30:44 +0200
committerTony Hutter <[email protected]>2022-02-15 16:20:12 -0800
commit4d4f0d1a05f4a6f5d27b67b0876c19219b04d7a5 (patch)
treecc8f43c55f8af717e8b79b1a14204f35923ecc2a /man
parent687de107b7db267f8170e5cf5ff5d3ba461d2080 (diff)
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 <[email protected]> Signed-off-by: Daniel Ebdrup Jensen <[email protected]> Closes #12579
Diffstat (limited to 'man')
-rw-r--r--man/man7/zfsprops.75
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7
index 387e51b0b..73e7ed972 100644
--- a/man/man7/zfsprops.7
+++ b/man/man7/zfsprops.7
@@ -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.