]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
regex.3: ffix: "([^...])" is not an end of sentence
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Sat, 8 Jul 2023 03:11:30 +0000 (05:11 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 8 Jul 2023 17:47:57 +0000 (19:47 +0200)
Caused a double space before "not".

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Tested-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Cc: Tom Schwindl <schwindl@posteo.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/regex.3

index 13e540b22ef90b3e9c82c710325ff0bc2e84d356..630c0369d7ac653e77107f20515abf5aa778dbc5 100644 (file)
@@ -109,7 +109,7 @@ ignoring
 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