aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/mempcpy.3
diff options
Diffstat (limited to 'man/man3/mempcpy.3')
-rw-r--r--man/man3/mempcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/mempcpy.3 b/man/man3/mempcpy.3
index 843e2b2a02..3dce9caea3 100644
--- a/man/man3/mempcpy.3
+++ b/man/man3/mempcpy.3
@@ -15,14 +15,14 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <string.h>
.P
-.BI "void *mempcpy(size_t " n ;
+.BR "void *mempcpy(" "size_t n;"
.BI " void " dest "[restrict " n "], const void " src "[restrict " n ],
.BI " size_t " n );
.P
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <wchar.h>
.P
-.BI "wchar_t *wmempcpy(size_t " n ;
+.BR "wchar_t *wmempcpy(" "size_t n;"
.BI " wchar_t " dest "[restrict " n "], const wchar_t " src "[restrict " n ],
.BI " size_t " n );
.fi