groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 16/29: ChangeLog: Fix misdescription of bug fix.


From: G. Branden Robinson
Subject: [groff] 16/29: ChangeLog: Fix misdescription of bug fix.
Date: Tue, 26 Apr 2022 06:40:18 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit ec74b6f2138c72b88aa699582343fc6f27cafb83
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Apr 18 12:48:08 2022 +1000

    ChangeLog: Fix misdescription of bug fix.
    
    The problem wasn't that `UE` and `ME` were given _extraneous_ arguments,
    it was that they were given _any_ (else the problem wouldn't have been
    seen in groff's own man pages), combined with the attempt at robust
    handling for excess arguments, without which the implementation would
    likely have been simpler and perhaps not introduced the bug.
    
    Also fix typo.
---
 ChangeLog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8354b68f..383fa1c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,8 +81,8 @@
 
 2022-04-14  G. Branden Robinson <g.branden.robinson@gmail.com>
 
-       [man]: Fix extraneous space when `ME` or `UE` given extraneous
-       arguments and mandoc wrapper is used.
+       [man]: Fix extraneous space when `ME` or `UE` given arguments
+       and mandoc wrapper is used.
 
        * tmac/an-ext.tmac (UE, ME): Double backslashes in macro
        definitions when interpolating `.$` register (just like we tell
@@ -117,7 +117,7 @@
        (presumably ASCII/ISO 8859/Unicode) systems.
 
        * src/roff/troff/input.cpp (token::next): Translate the input
-       character codes for input NBSP to \~ and nput SHY to \%.
+       character codes for input NBSP to \~ and input SHY to \%.
 
        Fixes <https://savannah.gnu.org/bugs/?58962>.  Thanks to Dave
        Kemper for the report, code review, and his suggestion to push



reply via email to

[Prev in Thread] Current Thread [Next in Thread]