]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
regex.3: srcfix
authorAlejandro Colomar <alx@kernel.org>
Fri, 21 Apr 2023 22:09:37 +0000 (00:09 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 21 Apr 2023 22:09:37 +0000 (00:09 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/regex.3

index 35214b891006d69db0a1b0fe74a4a4161f0c7934..d245daf237155009fa58fe70c246f4afba90bb67 100644 (file)
@@ -24,7 +24,8 @@ Standard C library
 .BI "            int " cflags );
 .BI "int regexec(const regex_t *restrict " preg \
 ", const char *restrict " string ,
-.BI "            size_t " nmatch ", regmatch_t " pmatch "[_Nullable restrict ." nmatch ],
+.BI "            size_t " nmatch ", \
+regmatch_t " pmatch "[_Nullable restrict ." nmatch ],
 .BI "            int " eflags );
 .PP
 .BI "size_t regerror(int " errcode ", const regex_t *_Nullable restrict " preg ,