Correct the character name of "agrave". Output from "mandoc -T lint glob.7": mandoc: glob.7:206:14: WARNING: invalid escape sequence: \(\` ### [ "test-groff" is a developmental version of "groff" ] Output from "test-groff -b -mandoc -T utf8 -rF0 -t -w w -z" troff: backtrace: file '<glob.7>':206 troff: <glob.7>:206: error: '\`' is not allowed in an escape name troff: backtrace: file '<glob.7>':206 troff: <glob.7>:206: warning: can't find special character '' Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man7/glob.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/glob.7 b/man7/glob.7 index 4bafda49e..6b163920b 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), -- 2.28.0