index.3, stpcpy.3, strcasecmp.3, strcat.3, strchr.3, strcmp.3, strcoll.3, strcpy.3, strdup.3, strfry.3, strpbrk.3, strsep.3, strspn.3, strstr.3, strtok.3, strxfrm.3: SEE ALSO: Add reference to string(3)

The idea here is to provide a route to discover other
string functions.

Reported-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-12 16:39:58 +02:00
parent 91e9dd28a5
commit d095200e1e
16 changed files with 16 additions and 0 deletions

View File

@ -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),

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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),

View File

@ -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),

View File

@ -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)

View File

@ -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)

View File

@ -105,4 +105,5 @@ are GNU extensions.
.BR free (3),
.BR malloc (3),
.BR realloc (3),
.BR string (3),
.BR wcsdup (3)

View File

@ -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)

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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)