aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commitd397408818fbfa179246fb327659e3fb29ffff31 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /lib
parent5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff)
downloadsrc-d397408818fbfa179246fb327659e3fb29ffff31.tar.gz
src-d397408818fbfa179246fb327659e3fb29ffff31.zip
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}/.
Notes
Notes: svn path=/head/; revision=95258
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/test/guard_b.c2
-rw-r--r--lib/libedit/makelist2
-rw-r--r--lib/libkse/test/guard_b.c2
-rw-r--r--lib/libpthread/test/guard_b.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/test/guard_b.c b/lib/libc_r/test/guard_b.c
index e2f1a3aa33f7..42bf4edd3bbb 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 <stacksize> <guardsize>\n");
+ fprintf(stderr, "usage: guard_b <stacksize> <guardsize>\n");
exit(1);
}
fprintf(stderr, "Test begin\n");
diff --git a/lib/libedit/makelist b/lib/libedit/makelist
index 8ab0588e418a..8c555233b7b8 100644
--- a/lib/libedit/makelist
+++ b/lib/libedit/makelist
@@ -41,7 +41,7 @@
# makelist.sh: Automatically generate header files...
AWK=/usr/bin/awk
-USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
+USAGE="usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
if [ "x$1" = "x" ]
then
diff --git a/lib/libkse/test/guard_b.c b/lib/libkse/test/guard_b.c
index e2f1a3aa33f7..42bf4edd3bbb 100644
--- a/lib/libkse/test/guard_b.c
+++ b/lib/libkse/test/guard_b.c
@@ -92,7 +92,7 @@ main(int argc, char **argv)
struct args args;
if (argc != 3) {
- fprintf(stderr, "Usage: guard_b <stacksize> <guardsize>\n");
+ fprintf(stderr, "usage: guard_b <stacksize> <guardsize>\n");
exit(1);
}
fprintf(stderr, "Test begin\n");
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 <stacksize> <guardsize>\n");
+ fprintf(stderr, "usage: guard_b <stacksize> <guardsize>\n");
exit(1);
}
fprintf(stderr, "Test begin\n");