From: наб Date: Thu, 20 Apr 2023 19:36:53 +0000 (+0200) Subject: regex.3: Desoupify regexec() description X-Git-Tag: man-pages-6.05~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1838a55edd6c47cbbc469b098fa1bd0fd1a5db1c;p=thirdparty%2Fman-pages.git regex.3: Desoupify regexec() description Signed-off-by: Ahelenia Ziemiańska Signed-off-by: Alejandro Colomar --- diff --git a/man3/regex.3 b/man3/regex.3 index bedb97e877..47fe661d2d 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -105,12 +105,10 @@ contains .SS Matching .BR regexec () is used to match a null-terminated string -against the precompiled pattern buffer, -.IR preg . -.I nmatch -and -.I pmatch -are used to provide information regarding the location of any matches. +against the compiled pattern buffer in +.IR *preg , +which must have been initialised with +.BR regexec (). .I eflags is the bitwise OR