summaryrefslogtreecommitdiffstats
path: root/man3/stpncpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/stpncpy.3')
-rw-r--r--man3/stpncpy.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/stpncpy.3 b/man3/stpncpy.3
index 1b7f5c700..e7511ecfb 100644
--- a/man3/stpncpy.3
+++ b/man3/stpncpy.3
@@ -26,7 +26,7 @@ const char *restrict " src ,
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR stpncpy ():
@@ -81,7 +81,7 @@ returns a pointer to
one after the last character in the destination character sequence.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -113,7 +113,7 @@ POSIX.1-2008.
The name of these functions is confusing.
These functions produce a null-padded character sequence,
not a string (see
-.BR string_copying (7)).
+.MR string_copying 7 ).
For example:
.P
.in +4n
@@ -174,5 +174,5 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR wcpncpy (3),
-.BR string_copying (7)
+.MR wcpncpy 3 ,
+.MR string_copying 7