diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:10:13 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:10:13 +0100 |
| commit | 09781c32448b63a6574939e5cc8ea30f34e3848c (patch) | |
| tree | 261511abd4810da2a2b591c47202c64925dda74b /man3 | |
| parent | 1e499e5e0bb6e2f81f5908a0c7dcc79ff2d40b32 (diff) | |
| download | man-pages-09781c32448b63a6574939e5cc8ea30f34e3848c.tar.gz | |
string.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/string.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/string.3 b/man3/string.3 index 96237a2c27..ce33fbc571 100644 --- a/man3/string.3 +++ b/man3/string.3 @@ -13,6 +13,9 @@ stpcpy, strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex \- string operations +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .B #include <strings.h> .TP |
