blob: 31bd626a875c8014502ffd5d10dbe2845c94b0a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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.
---
man/man7/glob.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/man/man7/glob.7
+++ b/man/man7/glob.7
@@ -195,7 +195,7 @@
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),
|