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}/. --- lib/libc_r/test/guard_b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r') diff --git a/lib/libc_r/test/guard_b.c b/lib/libc_r/test/guard_b.c index e2f1a3a..42bf4ed 100644 --- a/lib/libc_r/test/guard_b.c +++ b/lib/libc_r/test/guard_b.c @@ -92,7 +92,7 @@ main(int argc, char **argv) struct args args; if (argc != 3) { - fprintf(stderr, "Usage: guard_b \n"); + fprintf(stderr, "usage: guard_b \n"); exit(1); } fprintf(stderr, "Test begin\n"); -- cgit v1.1