From 7b97eb9ff04e69eacbe34a32c1089fcf6613b5f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 6 Aug 2020 22:02:25 +0200 Subject: [PATCH] glob.7, zic.8: Use \` rather than ` \` produces better rendering in PDF. Signed-off-by: Michael Kerrisk --- man7/glob.7 | 2 +- man8/zic.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/glob.7 b/man7/glob.7 index 89569b8d97..b04ce821c4 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -203,7 +203,7 @@ where the string between "\fI[=\fP" and "\fI=]\fP" is any collating element from its equivalence class, as defined for the current locale. For example, "\fI[[=a=]]\fP" might be equivalent -to "\fI[a\('a\(`a\(:a\(^a]\fP", that is, +to "\fI[a\('a\(\`a\(:a\(^a]\fP", that is, to "\fI[a[.a-acute.][.a-grave.][.a-umlaut.][.a-circumflex.]]\fP". .SH SEE ALSO .BR sh (1), diff --git a/man8/zic.8 b/man8/zic.8 index 940d6e8140..aeca0e7261 100644 --- a/man8/zic.8 +++ b/man8/zic.8 @@ -293,7 +293,7 @@ nor .q + . To allow for future extensions, an unquoted name should not contain characters from the set -.q !$%&'()*,/:;<=>?@[\e]^`{|}\(ti . +.q !$%&'()*,/:;<=>?@[\e]^\`{|}\(ti . .TP .B FROM Gives the first year in which the rule applies. -- 2.47.3