From 6fabf88aec6283c9f17279e4273bb607ecc671b8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Apr 2005 05:44:47 +0000 Subject: (usage, main): Use "user ID", not "UID", and similarly for "group ID". --- src/whoami.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/whoami.c b/src/whoami.c index 286a8d3cd..b5037c275 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -49,7 +49,7 @@ usage (int status) { printf (_("Usage: %s [OPTION]...\n"), program_name); fputs (_("\ -Print the user name associated with the current effective user id.\n\ +Print the user name associated with the current effective user ID.\n\ Same as id -un.\n\ \n\ "), stdout); @@ -92,7 +92,7 @@ main (int argc, char **argv) puts (pw->pw_name); exit (EXIT_SUCCESS); } - fprintf (stderr, _("%s: cannot find username for UID %lu\n"), + fprintf (stderr, _("%s: cannot find name for user ID %lu\n"), program_name, (unsigned long int) uid); exit (EXIT_FAILURE); } -- cgit v1.2.3-70-g09d2