summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/groff.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 611c7354..72562899 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -6362,7 +6362,7 @@ name.
This would be called as
@example
-.vl $Id: groff.texinfo,v 1.59 2000/12/21 22:13:58 wlemb Exp $
+.vl $Id: groff.texinfo,v 1.60 2001/01/08 20:37:25 wlemb Exp $
@end example
@xref{Request Arguments}.
@@ -7426,8 +7426,8 @@ there are programs available for doing this (they are called
@cindex documents, multi-file
The primary reason for the existence of @code{lf} is to make debugging
documents which are split into many files, which are then put together
-with @code{soelim} and other preprocessors. The first argument is the
-name of the file and the second argument is the input line number in
+with @code{soelim} and other preprocessors. The second argument is the
+name of the file and the first argument is the input line number in
that file. This way @code{gtroff} can produce error messages which are
intelligible to the user.