Hi, Ahelenia! On 8/3/21 12:35 AM, наб wrote:
"address of regcomp() initialized buffer" -> "address of regcomp()-initialized buffer" Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx>
Patch applied; Thanks! However, I changed the subject to be wfix instead of ffix. I think in the end it was a wording/syntax issue (or maybe a tfix... but I chose wfix :)). Cheers, Alex
--- man3/regex.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/regex.3 b/man3/regex.3 index b6a83271c..368f48d78 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -66,8 +66,8 @@ All regular expression searching must be done via a compiled pattern buffer, thus .BR regexec () must always be supplied with the address of a -.BR regcomp () -initialized pattern buffer. +.BR regcomp ()-initialized +pattern buffer. .PP .I cflags is the
-- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/