summaryrefslogtreecommitdiff
path: root/src/preproc/pic
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-07-23 09:39:07 +0000
committerwlemb <wlemb>2003-07-23 09:39:07 +0000
commit3143c003524914b0dbea7c792b98109737482896 (patch)
tree1178416e030aed3d839edadbc1e23e7025db8158 /src/preproc/pic
parentb7a3f0eaa2c0d6fc514844bb3804b1a84d6da576 (diff)
downloadgroff-3143c003524914b0dbea7c792b98109737482896.tar.gz
Add option -G to .MPIMG to insert a gap between text and the image.
* tmac/www.tmac (www-finish-left-po, www-finish-right-ll, www-finish-left-ll): Updated. (www-image-just, www-image-gap, www-htmlimage-gap): New variables. (MPIMG): Make option -L and -R optional. Implement option -G. * src/devices/grohtml/post-html.cpp (html_printer::do_file_components): Don't use `stdout' as lvalue since it can be a macro. * src/libs/libgroff/strerror.c: Include errno.h to be in sync with the corresponding test in aclocal.m4.
Diffstat (limited to 'src/preproc/pic')
-rw-r--r--src/preproc/pic/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/pic/common.cpp b/src/preproc/pic/common.cpp
index a2dfe921..e86f058c 100644
--- a/src/preproc/pic/common.cpp
+++ b/src/preproc/pic/common.cpp
@@ -119,7 +119,7 @@ void common_output::ellipse_arc(const position &cent,
}
}
-// output a dashed ellipse as a series of straight lines
+// output a dashed ellipse as a series of arcs
void common_output::dashed_ellipse(const position &cent, const distance &dim,
const line_type &lt)