diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
| commit | d397408818fbfa179246fb327659e3fb29ffff31 (patch) | |
| tree | bf1d5b964f5e7e91c796086166af5a86d7d454a0 /lib/libpthread | |
| parent | 5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/test/guard_b.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
