summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-04-20 01:23:32 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-20 13:26:00 +0200
commit6810eb5cee57863e3f037d03d8a529bb1e550180 (patch)
tree46d0c0d788fd5f0e89d20ea221de8e89a140cedd
parent68c1cbc47ded6f2be01af00f73d008970eebeaa2 (diff)
regex.3: wfix
"Not in POSIX.2", so is it in POSIX.1-2008? POSIX.1-2001? (or any other combination of standards from this millenion not mentioned on this page?) It's not: just say POSIX. Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/regex.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index 7640e2897..3b504a4d5 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -282,7 +282,7 @@ Unknown character class name.
.TP
.B REG_EEND
Nonspecific error.
-This is not defined by POSIX.2.
+This is not defined by POSIX.
.TP
.B REG_EESCAPE
Trailing backslash.
@@ -296,7 +296,7 @@ occurs prior to the starting point.
.TP
.B REG_ESIZE
Compiled regular expression requires a pattern buffer larger than 64\ kB.
-This is not defined by POSIX.2.
+This is not defined by POSIX.
.TP
.B REG_ESPACE
The regex routines ran out of memory.