aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 22:36:27 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 22:36:27 +0100
commita735fd6ab2901f565bc1145c59d9fa51283fc610 (patch)
treec986f7138ca7301ffc22054439066e2b2416ee8a
parentd21ffca73153fe1fcbccacf08fc110a93a6f281a (diff)
downloadman-pages-a735fd6ab2901f565bc1145c59d9fa51283fc610.tar.gz
regex.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/regex.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index 1f4a3a5c15..0c1b4302f7 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -10,6 +10,9 @@
.TH REGEX 3 2021-03-22 "GNU" "Linux Programmer's Manual"
.SH NAME
regcomp, regexec, regerror, regfree \- POSIX regex functions
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <regex.h>