blob: b446a05bd33162ac99cc57a84a4cc02bfc473d40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From: Marcos Fouces <marcos@debian.org>
Date: Wed, 7 Sep 2022 00:27:23 +0200
Subject: Mark the glyphs as defined in groff.
This prevents the man viewer from issuing
warnings about missing characters.
---
man7/glob.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/glob.7 b/man7/glob.7
index 466701c..c5c4577 100644
--- a/man7/glob.7
+++ b/man7/glob.7
@@ -195,7 +195,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),
|