diff options
-rw-r--r-- | src/chgrp.c | 4 | ||||
-rw-r--r-- | src/chown.c | 4 | ||||
-rw-r--r-- | src/rm.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index fd636003b..e26308db9 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -1,5 +1,5 @@ /* chgrp -- change group ownership of files - Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -124,7 +124,7 @@ With --reference, change the group of each FILE to that of RFILE.\n\ ownership of a symlink)\n\ "), stdout); fputs (_("\ - --no-preserve-root do not treat `/' specially (the default)\n\ + --no-preserve-root do not treat `/' specially (the default)\n\ --preserve-root fail to operate recursively on `/'\n\ "), stdout); fputs (_("\ diff --git a/src/chown.c b/src/chown.c index c7ec784f0..dba13fc40 100644 --- a/src/chown.c +++ b/src/chown.c @@ -1,5 +1,5 @@ /* chown -- change user and group ownership of files - Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ With --reference, change the owner and group of each FILE to those of RFILE.\n\ is not required for the omitted attribute.\n\ "), stdout); fputs (_("\ - --no-preserve-root do not treat `/' specially (the default)\n\ + --no-preserve-root do not treat `/' specially (the default)\n\ --preserve-root fail to operate recursively on `/'\n\ "), stdout); fputs (_("\ @@ -1,5 +1,5 @@ /* `rm' file deletion utility for GNU. - Copyright (C) 88, 90, 91, 1994-2005 Free Software Foundation, Inc. + Copyright (C) 88, 90, 91, 1994-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -141,7 +141,7 @@ Remove (unlink) the FILE(s).\n\ -i, --interactive prompt before any removal\n\ "), stdout); fputs (_("\ - --no-preserve-root do not treat `/' specially (the default)\n\ + --no-preserve-root do not treat `/' specially (the default)\n\ --preserve-root fail to operate recursively on `/'\n\ -r, -R, --recursive remove directories and their contents recursively\n\ -v, --verbose explain what is being done\n\ |