Date: Tue, 23 Nov 2004 22:57:17 +0000 (UTC) From: Garrett Wollman <wollman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c Message-ID: <200411232257.iANMvHaD078657@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411232257.iANMvHaD078657>