From 57ec0f45c90bde207866d65aa7752d56cd55ac04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Nov 1995 05:34:31 +0000 Subject: s/non-zero/nonzero/g --- src/id.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/id.c') diff --git a/src/id.c b/src/id.c index b02ba7853..d161ac3ff 100644 --- a/src/id.c +++ b/src/id.c @@ -84,10 +84,10 @@ static gid_t rgid, egid; /* The number of errors encountered so far. */ static int problems = 0; -/* If non-zero, display usage information and exit. */ +/* If nonzero, display usage information and exit. */ static int show_help; -/* If non-zero, print the version on standard output and exit. */ +/* If nonzero, print the version on standard output and exit. */ static int show_version; static struct option const longopts[] = @@ -285,14 +285,14 @@ print_full_info (username) problems++; else printf ("(%s)", pwd->pw_name); - + printf (" gid=%u", (unsigned) rgid); grp = getgrgid (rgid); if (grp == NULL) problems++; else printf ("(%s)", grp->gr_name); - + if (euid != ruid) { printf (" euid=%u", (unsigned) euid); @@ -302,7 +302,7 @@ print_full_info (username) else printf ("(%s)", pwd->pw_name); } - + if (egid != rgid) { printf (" egid=%u", (unsigned) egid); -- cgit v1.2.3-54-g00ecf