diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-28 02:01:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-28 02:01:29 +0000 |
| commit | 65d6800f176bed492aa1c4b0723230f6be3b65bd (patch) | |
| tree | 87c0dd792149916c14d2278fe142bff5d1ebe7b9 /contrib | |
| parent | 33a5d9d94883139ce233228fc61770945753a521 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/groff/tmac/doc-common | 2 | ||||
| -rw-r--r-- | contrib/groff/tmac/tmac.e | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 787c0c138ca4..e5507a26927c 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 a7abb0ad081e..eb5f730f3b32 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 |
