summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerdes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commit4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /release/picobsd/tinyware
parent5cd51ad03ace6eb47f39604929482ae558d66aad (diff)
downloadFreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.zip
FreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.tar.gz
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}/.
Diffstat (limited to 'release/picobsd/tinyware')
-rw-r--r--release/picobsd/tinyware/msh/sh3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/msh/sh3.c b/release/picobsd/tinyware/msh/sh3.c
index 5959f27..9aa61d2 100644
--- a/release/picobsd/tinyware/msh/sh3.c
+++ b/release/picobsd/tinyware/msh/sh3.c
@@ -818,7 +818,7 @@ struct op *t;
register int nl = 0;
if (t->words[1] == NULL) {
- err("Usage: read name ...");
+ err("usage: read name ...");
return(1);
}
for (wp = t->words+1; *wp; wp++) {
OpenPOWER on IntegriCloud