aboutsummaryrefslogtreecommitdiffstats
path: root/man3/regex.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-15 17:44:09 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-15 17:44:09 +0200
commitf90f031e0f1f4529fa7536aca61dfe54509745a5 (patch)
tree3f11caa9bd2aadf6d96cf49bc6836dcc19909761 /man3/regex.3
parent68e4db0a44094791f80de4fef12eb3797d1193ca (diff)
downloadman-pages-f90f031e0f1f4529fa7536aca61dfe54509745a5.tar.gz
_exit.2, accept.2, chmod.2, dup.2, getgroups.2, keyctl.2, link.2, mkdir.2, mknod.2, pipe.2, poll.2, reboot.2, rename.2, select.2, select_tut.2, stat.2, symlink.2, unlink.2, __ppc_get_timebase.3, abs.3, bzero.3, crypt.3, dbopen.3, dl_iterate_phdr.3, dlinfo.3, dlsym.3, duplocale.3, encrypt.3, err.3, ffs.3, fpurge.3, ftw.3, getdate.3, gethostbyname.3, getlogin.3, getmntent.3, getpwent_r.3, getpwnam.3, getspnam.3, inet_pton.3, insque.3, isfdtype.3, mallinfo.3, mallopt.3, matherr.3, mcheck.3, mempcpy.3, mkfifo.3, mq_getattr.3, newlocale.3, open_memstream.3, openpty.3, perror.3, posix_memalign.3, posix_spawn.3, printf.3, pthread_attr_init.3, pthread_cancel.3, pthread_cleanup_push.3, pthread_create.3, pthread_getattr_default_np.3, pthread_getattr_np.3, pthread_getcpuclockid.3, pthread_setaffinity_np.3, pthread_setschedparam.3, pthread_sigmask.3, pthread_sigqueue.3, regex.3, resolver.3, rpmatch.3, rtnetlink.3, scanf.3, setbuf.3, strchr.3, strfromd.3, strverscmp.3, termios.3, tsearch.3, unlocked_stdio.3, updwtmp.3, netlink.7, rtld-audit.7, sock_diag.7, unix.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/regex.3')
-rw-r--r--man3/regex.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index 90ffb8cdb5..68aab89a84 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -34,16 +34,16 @@ regcomp, regexec, regerror, regfree \- POSIX regex functions
.nf
.B #include <sys/types.h>
.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