diff options
author | 2005-12-06 21:24:57 +0000 | |
---|---|---|
committer | 2005-12-06 21:24:57 +0000 | |
commit | fb0e5d0d7fe47494e2711ea0aff56c3dedcf1089 (patch) | |
tree | 78d1f3015dff048b087585989289fc667f32fcfb | |
parent | Try to prevent infinite backtraces. (diff) | |
download | wireguard-openbsd-fb0e5d0d7fe47494e2711ea0aff56c3dedcf1089.tar.xz wireguard-openbsd-fb0e5d0d7fe47494e2711ea0aff56c3dedcf1089.zip |
Clarify: `month' can always be specified as either full or
abbreviated month name.
ok jmc@ tedu@
-rw-r--r-- | usr.bin/cal/cal.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/cal/cal.1 b/usr.bin/cal/cal.1 index a197df7cc04..1df15860783 100644 --- a/usr.bin/cal/cal.1 +++ b/usr.bin/cal/cal.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cal.1,v 1.13 2005/09/25 21:05:04 jmc Exp $ +.\" $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,13 +68,14 @@ The year must be fully specified: will .Em not display a calendar for 1989. -Two numerical parameters denote the +Two parameters denote the .Ar month -(1 \- 12) +(1 \- 12, or a month name or abbreviation thereof) and .Ar year . Alternatively, -a single parameter may be given specifying the abbreviated name of a month: +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. |