From: Jim Meyering Date: Mon, 17 May 2004 12:08:09 +0000 (+0000) Subject: chgrp and chown now dereference symlinks by default, per POSIX. X-Git-Tag: v5.3.0~1542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=636a95034463386c3445a8d0ad4197e4e6bbb55f;p=thirdparty%2Fcoreutils.git chgrp and chown now dereference symlinks by default, per POSIX. (usage): Update to reflect this. --- diff --git a/src/chgrp.c b/src/chgrp.c index 3815fdd62e..29e16bcb9c 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -127,7 +127,7 @@ With --reference, change the group of each FILE to that of RFILE.\n\ \n\ -c, --changes like verbose but report only when a change is made\n\ --dereference affect the referent of each symbolic link, rather\n\ - than the symbolic link itself\n\ + than the symbolic link itself (this is the default)\n\ "), stdout); fputs (_("\ -h, --no-dereference affect each symbolic link instead of any referenced\n\ diff --git a/src/chown.c b/src/chown.c index a326fdcd56..7975904b93 100644 --- a/src/chown.c +++ b/src/chown.c @@ -103,7 +103,7 @@ With --reference, change the owner and group of each FILE to those of RFILE.\n\ \n\ -c, --changes like verbose but report only when a change is made\n\ --dereference affect the referent of each symbolic link, rather\n\ - than the symbolic link itself\n\ + than the symbolic link itself (this is the default)\n\ "), stdout); fputs (_("\ -h, --no-dereference affect each symbolic link instead of any referenced\n\