=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cal/cal.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/cal/cal.1 2005/09/25 21:05:04 1.13 --- src/usr.bin/cal/cal.1 2005/12/06 21:24:57 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: cal.1,v 1.13 2005/09/25 21:05:04 jmc Exp $ .\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: cal.1,v 1.14 2005/12/06 21:24:57 tom Exp $ .\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 *************** *** 68,80 **** will .Em not display a calendar for 1989. ! Two numerical parameters denote the .Ar month ! (1 \- 12) and .Ar year . Alternatively, ! a single parameter may be given specifying the abbreviated name of a month: in that case a calendar is displayed for that month of the current year. If no parameters are specified, the current month's calendar is displayed. --- 68,81 ---- will .Em not display a calendar for 1989. ! Two parameters denote the .Ar month ! (1 \- 12, or a month name or abbreviation thereof) and .Ar year . Alternatively, ! a single parameter may be given specifying ! the name or abbreviated name of a month: in that case a calendar is displayed for that month of the current year. If no parameters are specified, the current month's calendar is displayed.