1 --- memchr.3.bsdnew 2009-11-30 13:52:21.000000000 -0800
2 +++ memchr.3 2009-11-30 14:18:10.000000000 -0800
7 -.Fn memchr "const void *b" "int c" "size_t len"
9 -.Fn memrchr "const void *b" "int c" "size_t len"
18 @@ -54,28 +56,16 @@ locates the first occurrence of
20 (converted to an unsigned char)
26 -function behaves like
28 -except that it locates the last occurrence of
39 -return a pointer to the byte located,
41 +returns a pointer to the byte located,
42 or NULL if no such byte exists within
51 @@ -91,15 +81,3 @@ The
58 -function is a GNU extension and conforms to no standard.
62 -function first appeared in GNU libc 2.1.91, this implementation