summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/main.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-04-13 06:52:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-04-13 06:52:13 +0000
commit642cc65ebbe5834101dfd3b35a27c2b77c173ba3 (patch)
tree6ccb99b4e906fd45409b3fe0bef54bf06efad695 /usr.bin/mandoc/main.c
parentd2d7b24cba876d52ae3a3b06d52677d1e404b680 (diff)
- sort everything
- prefer Cm to Ar for stuff like -Tascii - fix wonky ellipsis - standard $ prompt - update usage() kristaps has these diffs rolled in already ok schwarze kristaps
Diffstat (limited to 'usr.bin/mandoc/main.c')
-rw-r--r--usr.bin/mandoc/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/main.c b/usr.bin/mandoc/main.c
index 0f2ab0b03b0..8b86fb5bbd9 100644
--- a/usr.bin/mandoc/main.c
+++ b/usr.bin/mandoc/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.22 2010/03/26 01:22:05 schwarze Exp $ */
+/* $Id: main.c,v 1.23 2010/04/13 06:52:12 jmc Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -216,9 +216,9 @@ static void
usage(void)
{
- (void)fprintf(stderr, "usage: %s [-V] [-foption...] "
+ (void)fprintf(stderr, "usage: %s [-V] [-foption] "
"[-mformat] [-Ooption] [-Toutput] "
- "[-Werr...]\n", progname);
+ "[-Werr] [file...]\n", progname);
exit(EXIT_FAILURE);
}