summaryrefslogtreecommitdiffstats
path: root/man3/bcopy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bcopy.3')
-rw-r--r--man3/bcopy.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/bcopy.3 b/man3/bcopy.3
index 96ca89f37..9baf342bf 100644
--- a/man3/bcopy.3
+++ b/man3/bcopy.3
@@ -38,7 +38,7 @@ The result is correct, even when both areas overlap.
None.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -56,21 +56,21 @@ None.
4.3BSD.
.P
Marked as LEGACY in POSIX.1-2001: use
-.BR memcpy (3)
+.MR memcpy 3
or
-.BR memmove (3)
+.MR memmove 3
in new programs.
Note that the first two arguments
are interchanged for
-.BR memcpy (3)
+.MR memcpy 3
and
-.BR memmove (3).
+.MR memmove 3 .
POSIX.1-2008 removes the specification of
.BR bcopy ().
.SH SEE ALSO
-.BR bstring (3),
-.BR memccpy (3),
-.BR memcpy (3),
-.BR memmove (3),
-.BR strcpy (3),
-.BR strncpy (3)
+.MR bstring 3 ,
+.MR memccpy 3 ,
+.MR memcpy 3 ,
+.MR memmove 3 ,
+.MR strcpy 3 ,
+.MR strncpy 3