From: Jim Meyering Date: Mon, 27 Nov 1995 05:34:31 +0000 (+0000) Subject: s/non-zero/nonzero/g X-Git-Tag: v2.22-rc1~347^2~10^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35511976260a6ada5eb97b7dfc75093fe8aa431a;p=thirdparty%2Futil-linux.git s/non-zero/nonzero/g --- diff --git a/login-utils/su.c b/login-utils/su.c index ea4f1bfdcd..1464d3b2a4 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -161,10 +161,10 @@ extern char **environ; /* The name this program was run with. */ char *program_name; -/* 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; /* If nonzero, pass the `-f' option to the subshell. */