diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 22:36:27 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 22:36:27 +0100 |
| commit | a735fd6ab2901f565bc1145c59d9fa51283fc610 (patch) | |
| tree | c986f7138ca7301ffc22054439066e2b2416ee8a /man3/regex.3 | |
| parent | d21ffca73153fe1fcbccacf08fc110a93a6f281a (diff) | |
| download | man-pages-a735fd6ab2901f565bc1145c59d9fa51283fc610.tar.gz | |
regex.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/regex.3')
| -rw-r--r-- | man3/regex.3 | 3 |
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> |
