gbranden pushed a commit to branch master
in repository groff.

commit b39ff710f8a4929fdc4b246494a14616a6983e99
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 1 19:53:17 2026 -0500

    ChangeLog: Clarify old item.
---
 ChangeLog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ff22015ca..f98905514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -120,8 +120,8 @@
        potentially overwriting a heap-allocated buffer if that node's
        description is lengthy (as "non-interpreted character nodes",
        input in *roff as `\a` and `\t`, are).  Discard stale code that
-       uselessly performed a dead store of a dummy node description;
-       `describe_node()` zeroes out its destination buffer so that
+       performed a dead store of a dummy node description;
+       `describe_node()` zeroes out its destination buffer, so that
        became pointless a while back.  Then, simply measure the buffer
        as populated by `describe_node()` with strlen(3) and append to
        it carefully with strncat(3), respecting `bufsz`.

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to