From e43aab694e4cad8d58299d22283a9b1dec08239e Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Mon, 13 Feb 2023 20:41:51 -0600 Subject: ANNOUNCE: Fix thinko. tmac/an.tmac: Fix an incoherent explanation of division in a comment. --- tmac/an.tmac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmac') 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]\" -- cgit v1.2.1