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}/.
This commit is contained in:
Dag-Erling Smørgrav
2002-04-22 13:44:47 +00:00
parent 5fd42ef525
commit d397408818
65 changed files with 95 additions and 96 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ static int ReceivedSignal;
static int
usage(const char *prog)
{
fprintf(stderr, "Usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
fprintf(stderr, "usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
" [-p provider] interface\n", prog);
return EX_USAGE;
}