diff options
Diffstat (limited to 'man3/regex.3')
| -rw-r--r-- | man3/regex.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 22c56845a8..d96049eba7 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -35,14 +35,12 @@ regcomp, regexec, regerror, regfree \- POSIX regex functions .B #include <regex.h> .PP .BI "int regcomp(regex_t *" preg ", const char *" regex ", int " cflags ); -.PP .BI "int regexec(const regex_t *" preg ", const char *" string \ ", size_t " nmatch , .BI " regmatch_t " pmatch[] ", int " eflags ); .PP .BI "size_t regerror(int " errcode ", const regex_t *" preg ", char *" errbuf , .BI " size_t " errbuf_size ); -.PP .BI "void regfree(regex_t *" preg ); .fi .SH DESCRIPTION |
