summaryrefslogtreecommitdiffstats
path: root/man3/strcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcpy.3')
-rw-r--r--man3/strcpy.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/strcpy.3 b/man3/strcpy.3
index 1cfde931b..e5444088e 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -20,7 +20,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR stpcpy ():
@@ -98,7 +98,7 @@ These functions return
.IR dst .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -142,7 +142,7 @@ the behavior is undefined.
See
.B _FORTIFY_SOURCE
in
-.BR feature_test_macros (7).
+.MR feature_test_macros 7 .
.P
.BR strcat ()
can be very inefficient.
@@ -198,7 +198,7 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR strdup (3),
-.BR string (3),
-.BR wcscpy (3),
-.BR string_copying (7)
+.MR strdup 3 ,
+.MR string 3 ,
+.MR wcscpy 3 ,
+.MR string_copying 7