diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1998-01-19 00:40:22 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1998-01-19 00:40:22 +0000 |
commit | d6e8c3e6145e73a6ce2098a09ed0458f96ed7ed2 (patch) | |
tree | 3c709619347ac772987fcee83271b8ad2b4a0808 /gnu/usr.bin/groff/mm/tmac.m | |
parent | 52824d1333724fc0beebc87792f395414f909eba (diff) |
Reintegrate mgm-1.29 and our changes into groff-1.11a.
Diffstat (limited to 'gnu/usr.bin/groff/mm/tmac.m')
-rw-r--r-- | gnu/usr.bin/groff/mm/tmac.m | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/mm/tmac.m b/gnu/usr.bin/groff/mm/tmac.m index 54266de30e7..4491e24c0df 100644 --- a/gnu/usr.bin/groff/mm/tmac.m +++ b/gnu/usr.bin/groff/mm/tmac.m @@ -3,8 +3,8 @@ .ds RE \\$2 .. .\" -.\" $Id: tmac.m,v 1.3 1997/11/17 04:41:54 deraadt Exp $ -.@revision $Revision: 1.3 $ +.\" $Id: tmac.m,v 1.4 1998/01/19 00:40:14 etheisen Exp $ +.@revision $Revision: 1.4 $ .ig Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. @@ -2620,8 +2620,8 @@ in=\\n[.i] fi=\\n[.u] .d=\\n[.d] nl=\\n[nl] pg=\\n[%] .de AE .. .\" I am planning to use mgm some time :-) -.nr *year \\n[yr]+1900 -.ds cov*new-date \\*[MO\\n[mo]] \\n[dy], \\n[*year] +.ie \\n[yr]<50 .ds cov*new-date \\*[MO\\n[mo]] \\n[dy], 20\\n[yr] +.el .ds cov*new-date \\*[MO\\n[mo]] \\n[dy], 19\\n[yr] .als DT cov*new-date .de ND .ds cov*new-date \\$1 |