* 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index de1f2eb36..de06c0f63 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 -- 2.13.6
