summaryrefslogtreecommitdiffstats
path: root/man3/memcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memcpy.3')
-rw-r--r--man3/memcpy.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/memcpy.3 b/man3/memcpy.3
index c97f6701a..27732c6d0 100644
--- a/man3/memcpy.3
+++ b/man3/memcpy.3
@@ -29,7 +29,7 @@ function copies \fIn\fP bytes from memory area
\fIsrc\fP to memory area \fIdest\fP.
The memory areas must not overlap.
Use
-.BR memmove (3)
+.MR memmove 3
if the memory areas do overlap.
.SH RETURN VALUE
The
@@ -37,7 +37,7 @@ The
function returns a pointer to \fIdest\fP.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -94,13 +94,13 @@ implementation that safely handles the overlapping buffers case
(by providing an "older"
.BR memcpy ()
implementation that was aliased to
-.BR memmove (3)).
+.MR memmove 3 ).
.SH SEE ALSO
-.BR bcopy (3),
-.BR bstring (3),
-.BR memccpy (3),
-.BR memmove (3),
-.BR mempcpy (3),
-.BR strcpy (3),
-.BR strncpy (3),
-.BR wmemcpy (3)
+.MR bcopy 3 ,
+.MR bstring 3 ,
+.MR memccpy 3 ,
+.MR memmove 3 ,
+.MR mempcpy 3 ,
+.MR strcpy 3 ,
+.MR strncpy 3 ,
+.MR wmemcpy 3