summaryrefslogtreecommitdiff
path: root/src/preproc/pic/troff.cpp
diff options
context:
space:
mode:
authorwl <wl>2005-07-03 12:18:54 +0000
committerwl <wl>2005-07-03 12:18:54 +0000
commitfb6be7debdf88e8077a4275c60e32ddd1572849b (patch)
treecd2192abaa7d431cae243b80cb9695833285d98e /src/preproc/pic/troff.cpp
parent2a3cfb3eea346b1a3e0fd2506f73ee3011500859 (diff)
downloadgroff-fb6be7debdf88e8077a4275c60e32ddd1572849b.tar.gz
* src/devices/xditview/gxditview.man: Change many `.I' to `.B'.
* man/groff_out.man: More markup and minor improvements. * src/roff/groff/groff.man: Minor improvements.
Diffstat (limited to 'src/preproc/pic/troff.cpp')
-rw-r--r--src/preproc/pic/troff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/pic/troff.cpp b/src/preproc/pic/troff.cpp
index 36264567..688ca47b 100644
--- a/src/preproc/pic/troff.cpp
+++ b/src/preproc/pic/troff.cpp
@@ -498,7 +498,7 @@ void troff_output::set_color(char *color_fill, char *color_outlined)
if (last_filled || last_outlined) {
reset_color();
}
- // .bcolor and .fcolor emit a node in compatibility mode only,
+ // .gcolor and .fcolor emit a node in compatibility mode only,
// but that won't work anyway
if (color_fill) {
printf(".fcolor %s\n", color_fill);