]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man7/regex.7: change "\o'o\(ha'"to a real character "\(^o" (o circumflex)
authorBjarni Ingi Gislason <bjarniig@vortex.is>
Fri, 26 Aug 2022 22:11:51 +0000 (22:11 +0000)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sat, 27 Aug 2022 11:26:45 +0000 (13:26 +0200)
  Use real accented characters instead of producing them by overstriking
the letter with the diacritic mark.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@vortex.is>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man7/regex.7

index b32e177b4a7dd3a19a81e223e3c3099a2fd3799c..459eb7b6a3d79281ee7b7cfe073ced5eef195d4a 100644 (file)
@@ -147,9 +147,9 @@ of all collating elements equivalent to that one, including itself.
 (If there are no other equivalent collating elements,
 the treatment is as if the enclosing delimiters
 were "\fI[.\fP" and "\fI.]\fP".)
-For example, if o and \o'o\(ha' are the members of an equivalence class,
-then "\fI[[=o=]]\fP", "\fI[[=\o'o\(ha'=]]\fP",
-and "\fI[o\o'o\(ha']\fP" are all synonymous.
+For example, if o and \(^o are the members of an equivalence class,
+then "\fI[[=o=]]\fP", "\fI[[=\(^o=]]\fP",
+and "\fI[o\(^o]\fP" are all synonymous.
 An equivalence class may not\*(dg be an endpoint
 of a range.
 .PP