diff options
| author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2021-08-08 10:41:29 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-09 02:32:37 +0200 |
| commit | dc2c64be7a43f18e1dcd7e8dc5861525384b8727 (patch) | |
| tree | 4a3a777a6b2da1c5681434b17dbf625f1ced055d /man3/regex.3 | |
| parent | c99dbb27763f914a3fb62c02866e629ae5c7cbfb (diff) | |
| download | man-pages-dc2c64be7a43f18e1dcd7e8dc5861525384b8727.tar.gz | |
regex.3: wfix
"address of regcomp() initialized buffer" ->
"address of regcomp()-initialized buffer"
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/regex.3')
| -rw-r--r-- | man3/regex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index b6a83271c4..368f48d782 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 |
