gbranden pushed a commit to branch master
in repository groff.

commit 26c9c9dade165fc185ec6a4435fd72a4e53e1082
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 21 22:49:29 2021 +1100

    groff_char(7): Correct case in Unicode escape.
    
    As noted in this very page, only _uppercase_ hexadecimal letters are
    accepted by groff in \[u...] escapes.
    
    Just 'cause I write it doesn't mean I'll remember it.  Sigh.
---
 man/groff_char.7.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 5d86062..37ee308 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -919,7 +919,7 @@ Historically,
 could be considered a ligature of \[lq]sz\[rq].
 .
 An uppercase form is available as
-.BR \[rs][u1e9e] ,
+.BR \[rs][u1E9E] ,
 but in the German language it is of specialized use;
 \[ss] does
 .I not

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

Reply via email to