summaryrefslogtreecommitdiffstats
path: root/contrib/groff
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1997-12-20 22:29:55 +0000
committerjraynard <jraynard@FreeBSD.org>1997-12-20 22:29:55 +0000
commit0c9ee5593c360c651d3e47d6ba4eff79dd4e2343 (patch)
tree648022b3608bbb12511b1399dcfd6b28218f4afb /contrib/groff
parent4c386d1f18ad7e07eb2c30568022d58849ceeeae (diff)
downloadFreeBSD-src-0c9ee5593c360c651d3e47d6ba4eff79dd4e2343.zip
FreeBSD-src-0c9ee5593c360c651d3e47d6ba4eff79dd4e2343.tar.gz
Year 2000 fixes for groff
PR: 4930 Submitted by: Stephen J. Roznowski
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/tmac/doc-common2
-rw-r--r--contrib/groff/tmac/tmac.e2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common
index 787c0c1..e5507a2 100644
--- a/contrib/groff/tmac/doc-common
+++ b/contrib/groff/tmac/doc-common
@@ -266,7 +266,7 @@
. 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
+. as dD \&\ \\n(dy, \\n(yr+1900
. \}
.\}
.el \{\
diff --git a/contrib/groff/tmac/tmac.e b/contrib/groff/tmac/tmac.e
index a7abb0a..eb5f730f 100644
--- a/contrib/groff/tmac/tmac.e
+++ b/contrib/groff/tmac/tmac.e
@@ -1519,7 +1519,7 @@ in \\f2\\*([B\\f1, \c
.if \n(dw=5 .ds dw Thursday
.if \n(dw=6 .ds dw Friday
.if \n(dw=7 .ds dw Saturday
-.ds td \*(mo \n(dy, 19\n(yr
+.ds td \*(mo \n(dy, \n(yr+1900
.\" *** PARAMETRIC INITIALIZATIONS ***
.rr x
.nr $v \n(.v00+\n(.sp-1/\n(.sp \" vs as percentage of ps for .sz request
OpenPOWER on IntegriCloud