|
From: | Alejandro Colomar |
Subject: | Re: o with ^ on top of it |
Date: | Sat, 27 Aug 2022 13:29:05 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 |
Hi Bjarni, On 8/27/22 00:28, bjarniig@vortex.is wrote:
Here is a patch and also in the attachment (hopefully):
The inline one was screwed (HTML). It applied, surprisingly, but the description was wrong, and also the date. The one in the attachment worked nicely.
From c7cb1e69ba2ff00d86509426efea7f56f1ec3198 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason <bjarniig@vortex.is> Date: Fri, 26 Aug 2022 22:11:51 +0000 Subject: [PATCH] man7/regex.7: change "\o'o\(ha'"to a real character "\(^o" (o circumflex) 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>
Patch applied. Thanks, Alex
--- man7/regex.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/regex.7 b/man7/regex.7 index b32e177b4..459eb7b6a 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -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 -- 2.35.1
-- Alejandro Colomar <http://www.alejandro-colomar.es/>
OpenPGP_signature
Description: OpenPGP digital signature
[Prev in Thread] | Current Thread | [Next in Thread] |