diff options
author | наб <[email protected]> | 2022-04-16 16:07:04 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-20 13:39:11 -0700 |
commit | 92295af8004b07a58e0860d66dd565143486a757 (patch) | |
tree | ff6a434081af5004d087b04154e6dfa10a504420 | |
parent | 115a92ca6a8cfd242346e089a96fdcb09922a39a (diff) |
Document zfs inherit -S's interaction with noninheritable properties
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Damian Szuberski <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11894
Closes #13335
-rw-r--r-- | man/man8/zfs-set.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man8/zfs-set.8 b/man/man8/zfs-set.8 index 6092e49df..9d0c437df 100644 --- a/man/man8/zfs-set.8 +++ b/man/man8/zfs-set.8 @@ -170,8 +170,9 @@ inherited. .It Fl r Recursively inherit the given property for all children. .It Fl S -Revert the property to the received value if one exists; otherwise operate as -if the +Revert the property to the received value, if one exists; +otherwise, for non-inheritable properties, to the default; +otherwise, operate as if the .Fl S option was not specified. .El |