From 642cc65ebbe5834101dfd3b35a27c2b77c173ba3 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 13 Apr 2010 06:52:13 +0000 Subject: - 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 --- usr.bin/mandoc/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/mandoc/main.c') 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 * @@ -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); } -- cgit v1.2.3