diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-01-23 06:29:34 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-01-23 06:29:34 +0000 |
commit | 5a0d2dac58166f09e64805b9e31599accb1e02d6 (patch) | |
tree | 094dc03e1dc52374a2fcdab2d0cccdad0a839046 /gnu/usr.bin/groff/tmac | |
parent | d0a5fa42f1b6ebc23d23f9c1ba8eafa468923561 (diff) |
Tweak to allow groff -Tdvi -mandoc ... to work.
The mdoc macros were re-defining a font alias needed when dvi output
was selected. Note: due to groff dvi font limitiations -Tps produces
nicer printed material than -Tdvi when using the mandoc macros.
OK millert@
Diffstat (limited to 'gnu/usr.bin/groff/tmac')
-rw-r--r-- | gnu/usr.bin/groff/tmac/tmac.dvi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/tmac.dvi b/gnu/usr.bin/groff/tmac/tmac.dvi index 59c6df50d78..61ffb715d1e 100644 --- a/gnu/usr.bin/groff/tmac/tmac.dvi +++ b/gnu/usr.bin/groff/tmac/tmac.dvi @@ -1,5 +1,7 @@ .nr _C \n(.C .cp 0 +.nr DVI 1 +.ftr CB CW .ftr CR CW .ftr C CW .ftr TT CW |