summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-13 20:41:51 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-13 20:45:46 -0600
commite43aab694e4cad8d58299d22283a9b1dec08239e (patch)
tree7c08be25f3b77dd5581aeebf2102cf33d69affd6 /tmac
parent3cd845525af95b905763422d7f9d68bc01e77004 (diff)
downloadgroff-git-e43aab694e4cad8d58299d22283a9b1dec08239e.tar.gz
ANNOUNCE: Fix thinko.
tmac/an.tmac: Fix an incoherent explanation of division in a comment.
Diffstat (limited to 'tmac')
-rw-r--r--tmac/an.tmac6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmac/an.tmac b/tmac/an.tmac
index d67db938e..917739199 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -462,9 +462,9 @@
. while (\\n[an-header-width] >= \\n[.lt]) \{\
. \" The page topic is too long; trim some bits out of the middle.
. length an*topic-length \\*[an*topic-string]
-. \" roff division rounds integers toward zero. Remove an additional
-. \" character on each side of the midpoint to account for the
-. \" ellipsis we add later.
+. \" roff uses truncating division. Remove an additional character
+. \" on each side of the midpoint to account for the ellipsis we add
+. \" later.
. nr an-mark1 (\\n[an*topic-length] / 2 - 2)
. nr an-mark2 (\\n[an*topic-length] / 2 + 2)
. ds an-prefix \\*[an*topic-string]\"