From 4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 22 Apr 2002 13:44:47 +0000 Subject: Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. --- usr.sbin/ctm/ctm_rmail/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ctm') diff --git a/usr.sbin/ctm/ctm_rmail/options.h b/usr.sbin/ctm/ctm_rmail/options.h index 5c8dd94..86c1247 100644 --- a/usr.sbin/ctm/ctm_rmail/options.h +++ b/usr.sbin/ctm/ctm_rmail/options.h @@ -62,7 +62,7 @@ pusage() /* * Avoid gratuitously loading stdio. */ - write(STDERR_FILENO, "Usage: ", 7); + write(STDERR_FILENO, "usage: ", 7); write(STDERR_FILENO, O_name, strlen(O_name)); write(STDERR_FILENO, " ", 1); write(STDERR_FILENO, O_usage, strlen(O_usage)); -- cgit v1.1