On 05/21/2012 05:41 PM, Alexandre Bique wrote: > Hi, > > This patch references the memmem (3) function in memchr and strstr SEE > ALSO section. Thanks, Alexandre. Applied. Cheers, Michael --- man3/memchr.3 | 1 + man3/strstr.3 | 1 + 2 files changed, 2 insertions(+) diff --git a/man3/memchr.3 b/man3/memchr.3 index 82fd5b4..6320810 100644 --- a/man3/memchr.3 +++ b/man3/memchr.3 @@ -134,6 +134,7 @@ function is a GNU extension, available since glibc 2.1. .SH "SEE ALSO" .BR ffs (3), .BR index (3), +.BR memmem (3), .BR rindex (3), .BR strchr (3), .BR strpbrk (3), diff --git a/man3/strstr.3 b/man3/strstr.3 index 3aa9053..8130cd0 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -74,6 +74,7 @@ and return \fIhaystack\fP when \fIneedle\fP is empty. .SH "SEE ALSO" .BR index (3), .BR memchr (3), +.BR memmem (3), .BR rindex (3), .BR strcasecmp (3), .BR strchr (3), -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html