linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regex.3: ffix
@ 2021-08-02 22:35 наб
  2021-08-03  7:39 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: наб @ 2021-08-02 22:35 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

"address of regcomp() initialized buffer" ->
"address of regcomp()-initialized buffer"

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 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
-- 
2.20.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] regex.3: ffix
  2021-08-02 22:35 [PATCH] regex.3: ffix наб
@ 2021-08-03  7:39 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-08-03  7:39 UTC (permalink / raw)
  To: наб; +Cc: linux-man

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@nabijaczleweli.xyz>

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-03  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 22:35 [PATCH] regex.3: ffix наб
2021-08-03  7:39 ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).