From 361dc138b1bdd6b7ec32fbd74b775c55c595f45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sat, 16 Apr 2022 16:07:04 +0200 Subject: [PATCH] Document zfs inherit -S's interaction with noninheritable properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: Damian Szuberski Signed-off-by: Ahelenia ZiemiaƄska Upstream-commit: 92295af8004b07a58e0860d66dd565143486a757 Closes #11894 Closes #13335 --- man/man8/zfs-set.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/man8/zfs-set.8 b/man/man8/zfs-set.8 index a3588cc266..ccd90f0917 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