OSDN Git Service

LDP: Update original to LDP v3.77
[linuxjm/LDP_man-pages.git] / original / man3 / memchr.3
index 4ec17e0..2378d23 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Wed Feb 20 21:09:36 2002, Ian Redfern (redferni@logica.com)
 .\" 2008-07-09, mtk, add rawmemchr()
 .\"
-.TH MEMCHR 3  2014-03-10 "" "Linux Programmer's Manual"
+.TH MEMCHR 3  2015-01-10 "" "Linux Programmer's Manual"
 .SH NAME
 memchr, memrchr, rawmemchr \- scan memory for a character
 .SH SYNOPSIS
@@ -144,6 +144,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),
@@ -153,7 +154,7 @@ function is a GNU extension, available since glibc 2.1.
 .BR strstr (3),
 .BR wmemchr (3)
 .SH COLOPHON
-This page is part of release 3.76 of the Linux
+This page is part of release 3.77 of the Linux
 .I man-pages
 project.
 A description of the project,