* src/roff/troff/input.cc (pipe_output): Multiple calls to `pi'
commit29f172a1005e96e73f1f29348d62d8aad94fbda3
authorWerner LEMBERG <wl@gnu.org>
Sat, 20 Apr 2002 14:51:11 +0000 (20 14:51 +0000)
committerWerner LEMBERG <wl@gnu.org>
Sat, 20 Apr 2002 14:51:11 +0000 (20 14:51 +0000)
tree20774514a26b2bbb4146868f9c6b328fa3cfd179
parentc5101a63bc14cdd9937b7842461618da980d2895
* src/roff/troff/input.cc (pipe_output): Multiple calls to `pi'
will now form a chain, e.g.

  .pi foo
  .pi bar

is now the same as

  .pi foo | bar

This is for compatibility with plan 9's troff.

* tmac/tty.tmac: Set default tab values to 0.8i to be compatible
with UNIX troff.
* NEWS: Updated.

* doc/groff.texinfo: Add documentation of remaining requests and
registers.
ChangeLog
NEWS
doc/groff.texinfo
man/groff_font.man
src/roff/troff/input.cc
tmac/tty.tmac