gbranden pushed a commit to branch master
in repository groff.

commit 479267dba2a186774ff67f4280865767ea66047e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jan 4 03:19:26 2026 -0600

    grohtml(1): Drop Latin-1 character from comment.
    
    Fixes:
    $ nroff -winput -z -man .../share/man/man1/grohtml.1
    troff:.../share/man/man1/grohtml.1:210: warning: invalid input character 
code 154
---
 src/devices/grohtml/grohtml.1.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/devices/grohtml/grohtml.1.man 
b/src/devices/grohtml/grohtml.1.man
index 4fce86d5b..f266933c3 100644
--- a/src/devices/grohtml/grohtml.1.man
+++ b/src/devices/grohtml/grohtml.1.man
@@ -207,7 +207,7 @@ and produces HTML character references
 for most non-composite,
 non-basic Latin
 Unicode characters.
-.\" XXX: Exception: ˚.  Why?
+.\" XXX: Exception: degree sign (U+00B0).  Why?
 .
 In spite of this,
 .I groff

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

Reply via email to