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:
parent
115a92ca6a
commit
92295af800
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue