summaryrefslogtreecommitdiffstats
path: root/man3/wcpncpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcpncpy.3')
-rw-r--r--man3/wcpncpy.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wcpncpy.3 b/man3/wcpncpy.3
index 9b7ae8ca1..38e0b1559 100644
--- a/man3/wcpncpy.3
+++ b/man3/wcpncpy.3
@@ -26,7 +26,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 wcpncpy ():
@@ -41,7 +41,7 @@ The
.BR wcpncpy ()
function is the wide-character equivalent
of the
-.BR stpncpy (3)
+.MR stpncpy 3
function.
It copies at most
.I n
@@ -87,7 +87,7 @@ returns a pointer to the last wide character written, that is,
.IR dest + n \-1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -102,5 +102,5 @@ T} Thread safety MT-Safe
.SH STANDARDS
POSIX.1-2008.
.SH SEE ALSO
-.BR stpncpy (3),
-.BR wcsncpy (3)
+.MR stpncpy 3 ,
+.MR wcsncpy 3