groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/09: groff_char(7): Correct case in Unicode escape.


From: G. Branden Robinson
Subject: [groff] 01/09: groff_char(7): Correct case in Unicode escape.
Date: Sun, 24 Jan 2021 01:19:28 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 26c9c9dade165fc185ec6a4435fd72a4e53e1082
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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



reply via email to

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