Document zfs inherit -S's interaction with noninheritable properties

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Damian Szuberski <szuberskidamian@gmail.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #11894
Closes #13335
This commit is contained in:
наб 2022-04-16 16:07:04 +02:00 committed by Brian Behlendorf
parent 115a92ca6a
commit 92295af800
1 changed files with 3 additions and 2 deletions

View File

@ -170,8 +170,9 @@ inherited.
.It Fl r .It Fl r
Recursively inherit the given property for all children. Recursively inherit the given property for all children.
.It Fl S .It Fl S
Revert the property to the received value if one exists; otherwise operate as Revert the property to the received value, if one exists;
if the otherwise, for non-inheritable properties, to the default;
otherwise, operate as if the
.Fl S .Fl S
option was not specified. option was not specified.
.El .El