aboutsummaryrefslogtreecommitdiffstats
path: root/man3/memchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memchr.3')
-rw-r--r--man3/memchr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/memchr.3 b/man3/memchr.3
index a3ac000943..a2705678e5 100644
--- a/man3/memchr.3
+++ b/man3/memchr.3
@@ -35,11 +35,11 @@ memchr, memrchr, rawmemchr \- scan memory for a character
.SH SYNOPSIS
.nf
.B #include <string.h>
-
+.PP
.BI "void *memchr(const void *" s ", int " c ", size_t " n );
-
+.PP
.BI "void *memrchr(const void *" s ", int " c ", size_t " n );
-
+.PP
.BI "void *rawmemchr(const void *" s ", int " c );
.fi
.PP