memchr: memchr/memrchr first argument is a pointer Signed-off-by: nick black <dankamongmen@xxxxxxxxx> --- man/man3/memchr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man3/memchr.3 b/man/man3/memchr.3 index bb598c7d4..24fbef340 100644 --- a/man/man3/memchr.3 +++ b/man/man3/memchr.3 @@ -20,8 +20,8 @@ .SH SYNOPSIS .nf .B #include <string.h> .P -.BI "void *memchr(const void " s [. n "], int " c ", size_t " n ); -.BI "void *memrchr(const void " s [. n "], int " c ", size_t " n ); +.BI "void *memchr(const void *" s [. n "], int " c ", size_t " n ); +.BI "void *memrchr(const void *" s [. n "], int " c ", size_t " n ); .P .BI "[[deprecated]] void *rawmemchr(const void *" s ", int " c ); .fi -- nick black -=- https://www.nick-black.com to make an apple pie from scratch, you need first invent a universe.
Attachment:
signature.asc
Description: PGP signature