summaryrefslogtreecommitdiffstats
path: root/man3/wcpcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcpcpy.3')
-rw-r--r--man3/wcpcpy.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3
index aa20c097a..268aaeaf7 100644
--- a/man3/wcpcpy.3
+++ b/man3/wcpcpy.3
@@ -24,7 +24,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 wcpcpy ():
@@ -38,7 +38,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR wcpcpy ()
function is the wide-character equivalent of the
-.BR stpcpy (3)
+.MR stpcpy 3
function.
It copies the wide-character string pointed to by
.IR src ,
@@ -60,7 +60,7 @@ returns a pointer to the end of the wide-character string
that is, a pointer to the terminating null wide character.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -75,5 +75,5 @@ T} Thread safety MT-Safe
.SH STANDARDS
POSIX.1-2008.
.SH SEE ALSO
-.BR strcpy (3),
-.BR wcscpy (3)
+.MR strcpy 3 ,
+.MR wcscpy 3