6d27725c2b
bug fix, security fixes, Y2K fixes.
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
$OpenBSD: patch-tmac_doc-common,v 1.1 2000/04/20 22:40:42 espie Exp $
|
|
--- tmac/doc-common.orig Fri Apr 21 00:30:41 2000
|
|
+++ tmac/doc-common Fri Apr 21 00:31:20 2000
|
|
@@ -245,7 +245,8 @@
|
|
. if "\\n(mo"10" .ds dD October
|
|
. if "\\n(mo"11" .ds dD November
|
|
. if "\\n(mo"12" .ds dD December
|
|
-. as dD \&\ \\n(dy, 19\\n(yr
|
|
+. nr *year \\n(yr+1900
|
|
+. as dD \&\ \\n(dy, \\n([*year]
|
|
. \}
|
|
.\}
|
|
.el \{\
|