summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.