summaryrefslogtreecommitdiffstats
path: root/man3/wmemcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wmemcpy.3')
-rw-r--r--man3/wmemcpy.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/wmemcpy.3 b/man3/wmemcpy.3
index d44332230..ab878fb1a 100644
--- a/man3/wmemcpy.3
+++ b/man3/wmemcpy.3
@@ -27,7 +27,7 @@ Standard C library
The
.BR wmemcpy ()
function is the wide-character equivalent of the
-.BR memcpy (3)
+.MR memcpy 3
function.
It copies
.I n
@@ -37,7 +37,7 @@ to the array starting at
.IR dest .
.P
The arrays may not overlap; use
-.BR wmemmove (3)
+.MR wmemmove 3
to copy between overlapping
arrays.
.P
@@ -52,7 +52,7 @@ returns
.IR dest .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -69,7 +69,7 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR memcpy (3),
-.BR wcscpy (3),
-.BR wmemmove (3),
-.BR wmempcpy (3)
+.MR memcpy 3 ,
+.MR wcscpy 3 ,
+.MR wmemmove 3 ,
+.MR wmempcpy 3