diff options
author | grog <grog@FreeBSD.org> | 2013-06-13 04:11:21 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2013-06-13 04:11:21 +0000 |
commit | d0af4727051a8681fd5e44b0c1e614f98d337794 (patch) | |
tree | 384606d2f31017a1c389af5411c73b02779f6120 /usr.bin | |
parent | 4d854ec921ad680906d91f1f7893c9fb4d05180d (diff) | |
download | FreeBSD-src-d0af4727051a8681fd5e44b0c1e614f98d337794.zip FreeBSD-src-d0af4727051a8681fd5e44b0c1e614f98d337794.tar.gz |
Revert revision 251648. style(9) requires an empty line here.
Reported by: mdf@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/calendar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index be0d4c6..2a107c2 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -218,6 +218,7 @@ main(int argc, char *argv[]) static void __dead2 usage(void) { + fprintf(stderr, "%s\n%s\n%s\n", "usage: calendar [-A days] [-a] [-B days] [-D sun|moon] [-d]", " [-F friday] [-f calendarfile] [-l longitude]", |