diff options
-rw-r--r-- | man/man7/zfsprops.7 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index fcf086f0c..78721f2df 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -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. |