From dc2c64be7a43f18e1dcd7e8dc5861525384b8727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 8 Aug 2021 10:41:29 +0200 Subject: [PATCH] regex.3: wfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "address of regcomp() initialized buffer" -> "address of regcomp()-initialized buffer" Signed-off-by: Ahelenia ZiemiaƄska Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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