From d397408818fbfa179246fb327659e3fb29ffff31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= 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/libpthread/test/guard_b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/test') diff --git a/lib/libpthread/test/guard_b.c b/lib/libpthread/test/guard_b.c index e2f1a3aa33f7..42bf4edd3bbb 100644 --- a/lib/libpthread/test/guard_b.c +++ b/lib/libpthread/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.2.3