diff options
author | 2011-09-13 13:23:33 +0000 | |
---|---|---|
committer | 2011-09-13 13:23:33 +0000 | |
commit | a46c0b7b510df188e4c61c5d8e3190a0f8392fa2 (patch) | |
tree | 4065e57eff7528f264a05632e591ed78aff56a6b | |
parent | Fix up ale_encap() / ale_start(): (diff) | |
download | wireguard-openbsd-a46c0b7b510df188e4c61c5d8e3190a0f8392fa2.tar.xz wireguard-openbsd-a46c0b7b510df188e4c61c5d8e3190a0f8392fa2.zip |
as per date(1) and touch(1), document default values used when "yy" is
given, but not "cc";
ok millert
-rw-r--r-- | usr.bin/calendar/calendar.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 50e1a4e462c..4677a0b411c 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: calendar.1,v 1.34 2011/09/12 21:23:00 jmc Exp $ +.\" $OpenBSD: calendar.1,v 1.35 2011/09/13 13:23:33 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 .\" -.Dd $Mdocdate: September 12 2011 $ +.Dd $Mdocdate: September 13 2011 $ .Dt CALENDAR 1 .Os .Sh NAME @@ -83,6 +83,9 @@ as the default calendar file. Act like the specified value is .Dq today instead of using the current date. +If yy is specified, but cc is not, +a value for yy between 69 and 99 results in a cc value of 19. +Otherwise, a cc value of 20 is used. .El .Pp To handle calendars in your national code table you can specify |