summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-22 00:09:37 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-22 00:09:37 +0200
commit1d46015f2539afe5f1129e6c2c86ff8094a64192 (patch)
tree020ece80ddacab43be5f1f189a34d4b707118cff
parentcc2852f2dd344b00fd2b56fec24378a07a21c341 (diff)
regex.3: srcfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/regex.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index 35214b891..d245daf23 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -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 ,