cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c
Garrett Wollman
wollman at FreeBSD.org
Tue Nov 23 14:57:17 PST 2004
wollman 2004-11-23 22:57:17 UTC
FreeBSD src repository
Modified files:
usr.bin/ncal Makefile ncal.1 ncal.c
Log:
Add a `-m month' flag to provide a more convenient interface for
displaying a calendar for a specific month of the current year than
`cal $(date +"%Y") month'. A few minor code cleanups. Set WARNS=1.
(This code is WARNS=5 clean except for "`O' modifier used with `%B'
strftime format", which is legal in FreeBSD but GCC doesn't know about.)
MFC after: 1 week
Revision Changes Path
1.6 +1 -0 src/usr.bin/ncal/Makefile
1.17 +13 -3 src/usr.bin/ncal/ncal.1
1.19 +31 -25 src/usr.bin/ncal/ncal.c
More information about the cvs-src
mailing list