summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-12 05:44:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-12 05:44:16 +0000
commit064c7a4273390cf169520ec1c91e86eb344b02d5 (patch)
tree480bc3d0147f7417459350b37ce098c726a83291 /src
parent369a3148896c9152671725dbd3f66bb35f17a5d2 (diff)
downloadcoreutils-064c7a4273390cf169520ec1c91e86eb344b02d5.tar.xz
(usage): Use "user ID", not "UID", and similarly
for "group ID".
Diffstat (limited to 'src')
-rw-r--r--src/setuidgid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setuidgid.c b/src/setuidgid.c
index 4403e8e90..7d43a8fe5 100644
--- a/src/setuidgid.c
+++ b/src/setuidgid.c
@@ -1,5 +1,5 @@
/* setuidgid - run a command with the UID and GID of a specified user
- Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005 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
@@ -57,9 +57,9 @@ Usage: %s USERNAME COMMAND [ARGUMENT]...\n\
fputs (_("\
Drop any supplemental groups, assume the user-ID and group-ID of\n\
the specified USERNAME, and run COMMAND with any specified ARGUMENTs.\n\
-Exit with status 111 if unable to assume the required UID and GID.\n\
+Exit with status 111 if unable to assume the required user and group ID.\n\
Otherwise, exit with the exit status of COMMAND.\n\
-This program is useful only when run by root (UID=0).\n\
+This program is useful only when run by root (user ID zero).\n\
\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);