]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: clarify chown/chgrp --dereference defaults
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 28 Dec 2017 20:52:42 +0000 (15:52 -0500)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 3 Jan 2018 18:11:07 +0000 (19:11 +0100)
* doc/coreutils.texi: the documentation for the --dereference
  flag of chown/chgrp states that it is the default mode of
  operation. Document that this is only the case when operating
  non-recursively.

doc/coreutils.texi

index 3fa08308546509ae480fc0f1baae27429725b822..1c0e8a36c76363b74e9cd0d5198cfaea94ab67ee 100644 (file)
@@ -10989,7 +10989,7 @@ chown -h -R --from=OLDUSER NEWUSER /
 @cindex symbolic links, changing owner
 @findex lchown
 Do not act on symbolic links themselves but rather on what they point to.
-This is the default.
+This is the default when not operating recursively.
 
 @item -h
 @itemx --no-dereference
@@ -11119,7 +11119,7 @@ changed.
 @cindex symbolic links, changing owner
 @findex lchown
 Do not act on symbolic links themselves but rather on what they point to.
-This is the default.
+This is the default when not operating recursively.
 
 @item -h
 @itemx --no-dereference