From 4d4f0d1a05f4a6f5d27b67b0876c19219b04d7a5 Mon Sep 17 00:00:00 2001 From: "D. Ebdrup" Date: Sat, 30 Oct 2021 01:30:44 +0200 Subject: [PATCH] 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 Signed-off-by: Daniel Ebdrup Jensen Closes #12579 --- man/man7/zfsprops.7 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 387e51b0b5..73e7ed972f 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.