summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-01-08 20:37:24 +0000
committerwlemb <wlemb>2001-01-08 20:37:24 +0000
commite4ba00776230b7badb30237ade59fcaea1b291cd (patch)
treebf2787fcdfed1126ea748402074491fd3b8979bb /Makefile.in
parent94599dad6cae733855094b8dee9c1ea4da6d9dd8 (diff)
downloadgroff-e4ba00776230b7badb30237ade59fcaea1b291cd.tar.gz
Introducing the `box' and `boxa' requests which are similar to
`di' resp. `da' but omitting a partially filled line (which is restored after ending the diversion). * src/roff/troff/div.h (diversion): Add elements to save partially filled line. * src/roff/troff/div.cc (do_divert): Add parameter `boxing' to save partially filled line. (divert, divert_append): Updated. (box, box_append): New functions. (init_div_requests): Use them. * src/roff/troff/env.h (environment): do_divert() is now a friend. * NEWS, src/roff/troff/troff.man, man/groff.man: Document it. * doc/groff.texinfo: Fix documentation of `lf' request. * src/roff/troff/troff.man, NEWS: Document `writem' request.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eb31a15a..4d8870e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,7 +112,7 @@ localtmacdir=$(dataprogramdir)/site-tmac
# tmacpath says where to look for macro files.
# The current directory will be prepended in unsafe mode only; the home
# directory will be always added.
-# `troffrc' and `troffrc-end' (and `eqnrc' are searched neither in the
+# `troffrc' and `troffrc-end' (and `eqnrc') are searched neither in the
# current nor in the home directory.
tmacpath=$(systemtmacdir):$(localtmacdir):$(tmacdir)