gbranden pushed a commit to branch master
in repository groff.

commit c4e1d2afa06aa8aefef4f4b74743bd8e5f728a1d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Sep 3 03:27:34 2024 -0500

    tmac/fallbacks.tmac: Fix misleading comment.
---
 tmac/fallbacks.tmac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/fallbacks.tmac b/tmac/fallbacks.tmac
index 7cedf150e..63869c8fd 100644
--- a/tmac/fallbacks.tmac
+++ b/tmac/fallbacks.tmac
@@ -35,7 +35,7 @@
 .\"   next unless (defined ($u) && $u >= 0x2160 && $u <= 0x217F);
 .\"   if (/^\s+#\s+([[:xdigit:][:blank:]]+)(\s.*)?$/) {
 .\"     ## NB: may make sense to map to \[uXXXX]'s instead
-.\"     printf (".fchar \\[u%04x] %s\n", $u,
+.\"     printf (".fchar \\[u%04X] %s\n", $u,
 .\"             pack ("U*", map { oct ("0x" . $_); } split (/ /, $1)));
 .\"     $u = undef;
 .\"   }

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

Reply via email to