diff options
| -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> |
