aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/memccpy.3
diff options
Diffstat (limited to 'man/man3/memccpy.3')
-rw-r--r--man/man3/memccpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/memccpy.3 b/man/man3/memccpy.3
index b885f90940..ba06f96aa7 100644
--- a/man/man3/memccpy.3
+++ b/man/man3/memccpy.3
@@ -13,7 +13,7 @@ Standard C library
.nf
.B #include <string.h>
.P
-.BI "void *memccpy(size_t " n ;
+.BR "void *memccpy(" "size_t n;"
.BI " void " dest "[restrict " n "], const void " src "[restrict " n ],
.BI " int " c ", size_t " n );
.fi