From 636a95034463386c3445a8d0ad4197e4e6bbb55f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 May 2004 12:08:09 +0000 Subject: [PATCH] chgrp and chown now dereference symlinks by default, per POSIX. (usage): Update to reflect this. --- src/chgrp.c | 2 +- src/chown.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\ -- 2.47.3