summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/main.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-04-13 06:52:12 +0000
committerjmc <jmc@openbsd.org>2010-04-13 06:52:12 +0000
commit19b3e82b798086b8d43c0c6bf0413163f4d71ccc (patch)
treea09ed9548005a7e0c32f02413d8002251efe62aa /usr.bin/mandoc/main.c
parentcheck handling of blank lines in literal context; (diff)
downloadwireguard-openbsd-19b3e82b798086b8d43c0c6bf0413163f4d71ccc.tar.xz
wireguard-openbsd-19b3e82b798086b8d43c0c6bf0413163f4d71ccc.zip
- 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);
}