diff options
| -rw-r--r-- | man3/memchr.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man3/memchr.3 b/man3/memchr.3 index d14014d623..10bc35b9d7 100644 --- a/man3/memchr.3 +++ b/man3/memchr.3 @@ -97,8 +97,7 @@ the given memory area. .PP The .BR rawmemchr () -function returns a pointer to the matching byte, if one is found. -If no matching byte is found, the result is unspecified. +function returns a pointer to the matching byte. .SH VERSIONS .BR rawmemchr () first appeared in glibc 2.1. |
