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/lpr/lpc/cmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/lpr') diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index 1e6f400..bc47046 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -106,7 +106,7 @@ generic(void (*specificrtn)(struct printer *_pp), char **targv; if (argc == 1) { - printf("Usage: %s {all | printer ...}\n", argv[0]); + printf("usage: %s {all | printer ...}\n", argv[0]); return; } @@ -796,7 +796,7 @@ down(int argc, char *argv[]) struct printer myprinter, *pp = &myprinter; if (argc == 1) { - printf("Usage: down {all | printer} [message ...]\n"); + printf("usage: down {all | printer} [message ...]\n"); return; } if (!strcmp(argv[1], "all")) { @@ -1080,7 +1080,7 @@ topq(int argc, char *argv[]) struct printer myprinter, *pp = &myprinter; if (argc < 3) { - printf("Usage: topq printer [jobnum ...] [user ...]\n"); + printf("usage: topq printer [jobnum ...] [user ...]\n"); return; } -- cgit v1.1