memchr.3, strstr.3: Reference memmem (3) in SEE ALSO section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alexandre Bique 2015-01-07 12:38:58 +01:00 committed by Michael Kerrisk
parent dc891cf9da
commit 3924b70d3a
2 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,7 @@ function is a GNU extension, available since glibc 2.1.
.SH SEE ALSO .SH SEE ALSO
.BR ffs (3), .BR ffs (3),
.BR index (3), .BR index (3),
.BR memmem (3),
.BR rindex (3), .BR rindex (3),
.BR strchr (3), .BR strchr (3),
.BR strpbrk (3), .BR strpbrk (3),

View File

@ -96,6 +96,7 @@ function is a nonstandard extension.
.SH SEE ALSO .SH SEE ALSO
.BR index (3), .BR index (3),
.BR memchr (3), .BR memchr (3),
.BR memmem (3),
.BR rindex (3), .BR rindex (3),
.BR strcasecmp (3), .BR strcasecmp (3),
.BR strchr (3), .BR strchr (3),