summaryrefslogtreecommitdiff
path: root/man/groff_diff.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-02-11 08:49:48 +0000
committerwlemb <wlemb>2003-02-11 08:49:48 +0000
commit5f2f6ccaba8c9b656bc74ed3bceceaa2f0500cfb (patch)
tree2930143ed6a08572e7647acc5731d33746071f70 /man/groff_diff.man
parent82874da065a6be8c49fe85d54edf0f04969aa8f9 (diff)
downloadgroff-5f2f6ccaba8c9b656bc74ed3bceceaa2f0500cfb.tar.gz
* doc/groff.texinfo: Improve documentation of `ad'.
Document that \D'f...' is dependent on the horizontal resolution. * man/groff_diff.man: Improve documentation of \D'f...'. * src/preproc/grn/hgraph.cc (HGPrintElt) <POLYGON>: Don't emit compensating \h'...' for \D'f ...' since the latter no longer moves current position. * src/preproc/pic/troff.cc (troff_output::set_fill): Ditto.
Diffstat (limited to 'man/groff_diff.man')
-rw-r--r--man/groff_diff.man12
1 files changed, 10 insertions, 2 deletions
diff --git a/man/groff_diff.man b/man/groff_diff.man
index 712a9384..f34e3522 100644
--- a/man/groff_diff.man
+++ b/man/groff_diff.man
@@ -3,7 +3,7 @@
.ig
groff_diff.man
-Last update : 29 Jan 2003
+Last update : 10 Feb 2003
This file is part of groff, the GNU roff type-setting system.
It is the source of the man-page groff_diff(7).
@@ -3183,6 +3183,13 @@ text.
Normally this will be black, but some drivers may provide a way of
changing this.
.
+.IP
+The corresponding
+.BI \[rs]D'f .\|.\|. '
+command shouldn't be used since its argument is always rounded to an
+integer multiple of the horizontal resolution which can lead to
+surprising results.
+.
.TP
.Text \f[B]DC \f[I]d\f[R]\*[ic]\[rs]n
Draw a solid circle with a diameter of
@@ -3313,7 +3320,8 @@ Note that
.B Df
is now mapped onto
.BR DFg .
-The current position isn't changed by those colour commands.
+The current position isn't changed by those colour commands (including
+.BR Df ).
.
.
.\" --------------------------------------------------------------------