summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-07-08 05:11:30 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-08 19:47:57 +0200
commit1aa2f96bfbc0090c5edf094ac9a48c717e5776e8 (patch)
tree37c4cb9d7ec94778624b2249e1d581ce1e4ce8ba
parentef434dcc83cacef0d028b88ee5d1c2d8a19bc98e (diff)
regex.3: ffix: "([^...])" is not an end of sentence
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>
-rw-r--r--man3/regex.32
1 files changed, 1 insertions, 1 deletions
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 @@ 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