diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/index.3 | 1 | ||||
| -rw-r--r-- | man3/stpcpy.3 | 1 | ||||
| -rw-r--r-- | man3/strcasecmp.3 | 1 | ||||
| -rw-r--r-- | man3/strcat.3 | 1 | ||||
| -rw-r--r-- | man3/strchr.3 | 1 | ||||
| -rw-r--r-- | man3/strcmp.3 | 1 | ||||
| -rw-r--r-- | man3/strcoll.3 | 1 | ||||
| -rw-r--r-- | man3/strcpy.3 | 1 | ||||
| -rw-r--r-- | man3/strdup.3 | 1 | ||||
| -rw-r--r-- | man3/strfry.3 | 1 | ||||
| -rw-r--r-- | man3/strpbrk.3 | 1 | ||||
| -rw-r--r-- | man3/strsep.3 | 1 | ||||
| -rw-r--r-- | man3/strspn.3 | 1 | ||||
| -rw-r--r-- | man3/strstr.3 | 1 | ||||
| -rw-r--r-- | man3/strtok.3 | 1 | ||||
| -rw-r--r-- | man3/strxfrm.3 | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/man3/index.3 b/man3/index.3 index 9e31edbe3d..af5f17e877 100644 --- a/man3/index.3 +++ b/man3/index.3 @@ -71,6 +71,7 @@ instead. .SH "SEE ALSO" .BR memchr (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strrchr (3), .BR strsep (3), diff --git a/man3/stpcpy.3 b/man3/stpcpy.3 index f5f3740ec0..c425d055ab 100644 --- a/man3/stpcpy.3 +++ b/man3/stpcpy.3 @@ -84,5 +84,6 @@ This function may overrun the buffer .BR memcpy (3), .BR memmove (3), .BR strcpy (3), +.BR string (3), .BR wcpcpy (3), .BR feature_test_macros (7) diff --git a/man3/strcasecmp.3 b/man3/strcasecmp.3 index 43d0ecbc0c..8db5286af7 100644 --- a/man3/strcasecmp.3 +++ b/man3/strcasecmp.3 @@ -65,6 +65,7 @@ less than, to match, or be greater than \fIs2\fP. .BR memcmp (3), .BR strcmp (3), .BR strcoll (3), +.BR string (3), .BR strncmp (3), .BR wcscasecmp (3), .BR wcsncasecmp (3) diff --git a/man3/strcat.3 b/man3/strcat.3 index 26f80255c7..4fc79dce96 100644 --- a/man3/strcat.3 +++ b/man3/strcat.3 @@ -100,6 +100,7 @@ SVr4, 4.3BSD, C89, C99. .BR memccpy (3), .BR memcpy (3), .BR strcpy (3), +.BR string (3), .BR strncpy (3), .BR wcscat (3), .BR wcsncat (3) diff --git a/man3/strchr.3 b/man3/strchr.3 index 615e64ed69..ce78e6ee8a 100644 --- a/man3/strchr.3 +++ b/man3/strchr.3 @@ -94,6 +94,7 @@ is a GNU extension. .BR index (3), .BR memchr (3), .BR rindex (3), +.BR string (3), .BR strlen (3), .BR strpbrk (3), .BR strsep (3), diff --git a/man3/strcmp.3 b/man3/strcmp.3 index 4797e717c7..e189912852 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -67,6 +67,7 @@ SVr4, 4.3BSD, C89, C99. .BR memcmp (3), .BR strcasecmp (3), .BR strcoll (3), +.BR string (3), .BR strncasecmp (3), .BR strverscmp (3), .BR wcscmp (3), diff --git a/man3/strcoll.3 b/man3/strcoll.3 index d5fc5d21a9..3947b04fc3 100644 --- a/man3/strcoll.3 +++ b/man3/strcoll.3 @@ -64,6 +64,7 @@ is equivalent to .BR bcmp (3), .BR memcmp (3), .BR setlocale (3), +.BR string (3), .BR strcasecmp (3), .BR strcmp (3), .BR strxfrm (3) diff --git a/man3/strcpy.3 b/man3/strcpy.3 index adf36f0653..0b3efb8bcb 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -137,6 +137,7 @@ in ways that may make the impossible possible. .BR memcpy (3), .BR memmove (3), .BR stpcpy (3), +.BR string (3), .BR strdup (3), .BR wcscpy (3), .BR wcsncpy (3) diff --git a/man3/strdup.3 b/man3/strdup.3 index 2b0eb6e1fd..5350e31226 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -105,4 +105,5 @@ are GNU extensions. .BR free (3), .BR malloc (3), .BR realloc (3), +.BR string (3), .BR wcsdup (3) diff --git a/man3/strfry.3 b/man3/strfry.3 index 2e642f97b8..a0bbd25ca5 100644 --- a/man3/strfry.3 +++ b/man3/strfry.3 @@ -56,4 +56,5 @@ function is unique to the GNU C Library. .SH "SEE ALSO" .BR memfrob (3), +.BR string (3), .BR feature_test_macros (7) diff --git a/man3/strpbrk.3 b/man3/strpbrk.3 index 2e161fe7a2..ad5d534f22 100644 --- a/man3/strpbrk.3 +++ b/man3/strpbrk.3 @@ -52,6 +52,7 @@ SVr4, 4.3BSD, C89, C99. .BR memchr (3), .BR rindex (3), .BR strchr (3), +.BR string (3), .BR strsep (3), .BR strspn (3), .BR strstr (3), diff --git a/man3/strsep.3 b/man3/strsep.3 index d155286376..8eed4d3366 100644 --- a/man3/strsep.3 +++ b/man3/strsep.3 @@ -88,6 +88,7 @@ The identity of the delimiting character is lost. .BR memchr (3), .BR rindex (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strspn (3), .BR strstr (3), diff --git a/man3/strspn.3 b/man3/strspn.3 index 71b0f6ef47..8180088998 100644 --- a/man3/strspn.3 +++ b/man3/strspn.3 @@ -67,6 +67,7 @@ SVr4, 4.3BSD, C89, C99. .BR memchr (3), .BR rindex (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strsep (3), .BR strstr (3), diff --git a/man3/strstr.3 b/man3/strstr.3 index c64ad584de..5775d539ec 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -77,6 +77,7 @@ and return \fIhaystack\fP when \fIneedle\fP is empty. .BR rindex (3), .BR strcasecmp (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strsep (3), .BR strspn (3), diff --git a/man3/strtok.3 b/man3/strtok.3 index e4da37c2ad..67af363c9d 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -198,6 +198,7 @@ main(int argc, char *argv[]) .BR memchr (3), .BR rindex (3), .BR strchr (3), +.BR string (3), .BR strpbrk (3), .BR strsep (3), .BR strspn (3), diff --git a/man3/strxfrm.3 b/man3/strxfrm.3 index 71d8510fe5..4808b1b4fc 100644 --- a/man3/strxfrm.3 +++ b/man3/strxfrm.3 @@ -71,6 +71,7 @@ copying the string with .BR bcmp (3), .BR memcmp (3), .BR setlocale (3), +.BR string (3), .BR strcasecmp (3), .BR strcmp (3), .BR strcoll (3) |
