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