summaryrefslogtreecommitdiffstats
path: root/man3/mempcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mempcpy.3')
-rw-r--r--man3/mempcpy.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3
index e20517dfd..827ce585f 100644
--- a/man3/mempcpy.3
+++ b/man3/mempcpy.3
@@ -31,7 +31,7 @@ Standard C library
The
.BR mempcpy ()
function is nearly identical to the
-.BR memcpy (3)
+.MR memcpy 3
function.
It copies
.I n
@@ -59,7 +59,7 @@ wide characters.
.IR n .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -88,7 +88,7 @@ combine(void *o1, size_t s1, void *o2, size_t s2)
}
.EE
.SH SEE ALSO
-.BR memccpy (3),
-.BR memcpy (3),
-.BR memmove (3),
-.BR wmemcpy (3)
+.MR memccpy 3 ,
+.MR memcpy 3 ,
+.MR memmove 3 ,
+.MR wmemcpy 3