aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/string.33
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