summaryrefslogtreecommitdiff
path: root/tmac/www.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-04-11 19:38:07 +0000
committerwlemb <wlemb>2002-04-11 19:38:07 +0000
commit979cf103ad27c96c6e94aa50d3d44a2845cd4eba (patch)
tree7870626838bef90037cced11d70cf2dc4285266f /tmac/www.tmac
parentffaf5dbdc9733e8b6a5f2ec3ef0c1d34af9e5afc (diff)
downloadgroff-979cf103ad27c96c6e94aa50d3d44a2845cd4eba.tar.gz
* doc/groff.texinfo: More fixes.
* src/include/color.h: Decorate with `const'. Use `size_t'. Include `stddef.h'. * src/libs/libgroff.color.cc: Decorate with `const'. Use `size_t'. (color::color): Initialize members. * src/libs/libdriver/input.cc (parse_D_command): Handle `f' command according to the documentation. * man/groff_out.man: Updated. Minor fixes. * src/preproc/html/pre-html.cc (write_start_image): Remove redundant output. * tmac/www.tmac (DC, HTML-DO-IMAGE): Ditto. * src/devices/grohtml/post-html.cc (page::add_and_encode): Using \C'hy' caused an assertion failure. * src/roff/troff/env.cc (environment::environment): Initialize `emitted_node'. (environment::copy): Handle `ignore_next_eol' and `emitted_node'.
Diffstat (limited to 'tmac/www.tmac')
-rw-r--r--tmac/www.tmac4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/www.tmac b/tmac/www.tmac
index 29346478..3d2d9351 100644
--- a/tmac/www.tmac
+++ b/tmac/www.tmac
@@ -494,7 +494,7 @@
. el \{\
. ie r ps4html \{\
. www-make-unique-name
-. nop \O[3]\O[5i\\*[www-unique-name].png]\O[0]\O[1]
+. nop \O[3]\O[5i\\*[www-unique-name].png]\O[1]
. nop \\m[\\*[www-dropcolor]]\\s[40]\\$1\\s0
. nop \O[2]\O[1]\O[4]
. \}
@@ -526,7 +526,7 @@
.\"
.de HTML-DO-IMAGE
. if r ps4html \
-. nop \O[3]\O[5\\$2\\$1.png]\O[0]\O[1]
+. nop \O[3]\O[5\\$2\\$1.png]\O[1]
. if \\n[www-html] \
. nop \O[3]\O[5\\$2\\$1.png]\O[0]
..