doc: fix stale --dereference info for chown/chgrp
commit48cd67663daceba437c327c18a963634e3430c9c
authorPádraig Brady <P@draigBrady.com>
Sun, 17 Mar 2024 12:18:25 +0000 (17 12:18 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 18 Mar 2024 18:40:21 +0000 (18 18:40 +0000)
tree2ecb48b5d3739f2b5540497fa24a23f99600bcee
parentdda89eb5d34c55fd0e089f54763b2c2b1e684e95
doc: fix stale --dereference info for chown/chgrp

Following v5.2.1-679-g7e29ef8b8 symlinks specified on the command line
no longer induce an error if lchown() is not supported on the system.

* doc/coreutils.texi (chown invocation, chgrp invocation): Adjust
accordingly, and also use a macro to avoid duplication.
* src/chown-core.c: Use our more standard is_ENOTSUP() wrapper
in the code related to this.
doc/coreutils.texi
src/chown-core.c