summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-02-17 20:37:08 +0000
committerwlemb <wlemb>2003-02-17 20:37:08 +0000
commitdd41e31bc5e4d53896180070a6dff88b0f4a06ad (patch)
tree425681d64830b6bad0d2055a5d911c13ec8266b5 /doc
parentcb5c9fa2e9b072eafd936a516564930a37270654 (diff)
downloadgroff-dd41e31bc5e4d53896180070a6dff88b0f4a06ad.tar.gz
Another round trying to really fix problems with `have_input'.
* src/roff/troff/input.cc (input_stack::get): Handle `have_input'. (token::next) <'\n'>, <\'\n'>: Don't handle `have_input'. * src/devices/grotty/tty.cc (tty_printer::put_color): Fix color handling if both foreground and background colors are default. * doc/groff.texinfo (Debugging): Document .lf differences to AT&T troff.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 1d24e1c4..064016b8 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -12305,6 +12305,10 @@ Without argument, the request is ignored.
This is a debugging aid for documents which are split into many files,
then put together with @code{soelim} and other preprocessors. Usually,
it isn't invoked manually.
+
+Note that other @code{troff} implementations (including the original
+@acronym{AT&T} version) handle @code{lf} differently. For them,
+@var{line} changes the line number of the @emph{current} line.
@endDefreq
@DefreqList {tm, string}
@@ -12730,6 +12734,7 @@ Hallo!
\fB.xx\fP
@endExample
+@noindent
prints @samp{Hallo!} in bold face if in compatibility mode, and
@samp{.xx} in bold face otherwise.