From 6810eb5cee57863e3f037d03d8a529bb1e550180 Mon Sep 17 00:00:00 2001 From: наб Date: Thu, 20 Apr 2023 01:23:32 +0200 Subject: regex.3: wfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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 Signed-off-by: Alejandro Colomar --- man3/regex.3 | 4 ++-- 1 file 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. -- cgit v1.2.3