summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-10-24 15:57:09 +0000
committerwlemb <wlemb>2002-10-24 15:57:09 +0000
commitd318fcbe4ff84f84bfcbe83f0ff9f1eac7582d44 (patch)
tree4fa428a50a7bf4dc20f7f9ed4bbf208c2257c9b3 /man
parentf2b80121101fbd6d580411ba1b4e7257b04f6adb (diff)
downloadgroff-d318fcbe4ff84f84bfcbe83f0ff9f1eac7582d44.tar.gz
* src/roff/troff/node.cc (troff_output_file::fill_color,
troff_output_file::glyph_color): Set current color before testing color_flag. (troff_output_file::put_char_width, troff_output_file::put_char, troff_output_file::draw): Don't call flush_tbuf and/or do_motion before glyph_color. (troff_output_file::file_color, troff_output_file::glyph_color): Call do_motion. (word_space_node::tprint, space_node::tprint, hmotion_node::tprint, vmotion_node::tprint): Move first, then call fill_color. * doc/groff.texinfo, man/groff_tmac.man: Document that it is not possible to use multiple main macro packages.
Diffstat (limited to 'man')
-rw-r--r--man/groff_tmac.man17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/groff_tmac.man b/man/groff_tmac.man
index c0d34212..f8b34523 100644
--- a/man/groff_tmac.man
+++ b/man/groff_tmac.man
@@ -15,7 +15,7 @@ groff_tmac.5
File position: <groff-source>/man/groff_tmac.man
-Last update: 21 Aug 2002
+Last update: 20 Oct 2002
This file is part of groff, the GNU roff type-setting system.
@@ -314,6 +314,21 @@ directories.
provides all classical macro packages, some more full packages, and
some secondary packages for special purposes.
.
+Note that it is not possible to use multiple primary macro packages at the
+same time; saying e.g.\&
+.
+.IP
+.Shell_cmd "groff \-m man \-m ms foo"
+.
+.P
+or
+.
+.IP
+.Shell_cmd "groff \-m man foo \-m ms bar"
+.
+.P
+will fail.
+.
.
.\" --------------------------------------------------------------------
.SS "Man\~Pages"