diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/tmac.e | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/groff/tmac/tmac.e b/contrib/groff/tmac/tmac.e index eb5f730f..144565a 100644 --- a/contrib/groff/tmac/tmac.e +++ b/contrib/groff/tmac/tmac.e @@ -1519,7 +1519,8 @@ 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, \n(yr+1900 +.nr _y \n(yr+1900 +.ds td \*(mo \n(dy, \n(_y .\" *** PARAMETRIC INITIALIZATIONS *** .rr x .nr $v \n(.v00+\n(.sp-1/\n(.sp \" vs as percentage of ps for .sz request |