Date: Thu, 13 Jun 2013 04:11:21 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251678 - head/usr.bin/calendar Message-ID: <201306130411.r5D4BLuZ087574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grog Date: Thu Jun 13 04:11:21 2013 New Revision: 251678 URL: http://svnweb.freebsd.org/changeset/base/251678 Log: Revert revision 251648. style(9) requires an empty line here. Reported by: mdf@ Modified: head/usr.bin/calendar/calendar.c Modified: head/usr.bin/calendar/calendar.c ============================================================================== --- head/usr.bin/calendar/calendar.c Thu Jun 13 03:23:24 2013 (r251677) +++ head/usr.bin/calendar/calendar.c Thu Jun 13 04:11:21 2013 (r251678) @@ -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]",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306130411.r5D4BLuZ087574>