Hi, On Sat Jul 8, 2023 at 5:11 AM CEST, наб wrote: > Caused a double space before "not". > > Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx> > --- > man3/regex.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/regex.3 b/man3/regex.3 > index 13e540b22..630c0369d 100644 > --- a/man3/regex.3 > +++ b/man3/regex.3 > @@ -109,7 +109,7 @@ .SS Compilation > Match-any-character operators don't match a newline. > .IP > A nonmatching list > -.RB ( [\[ha]...] ) > +.RB ( [\[ha]...\&] ) > not containing a newline does not match a newline. > .IP > Match-beginning-of-line operator I cannot reproduce this on my system; only one space is rendered. After applying the patch, there are no visible changes. So if there really are issues for some people, your patch at least doesn't break anything. -- Best Regards, Tom Schwindl