summaryrefslogtreecommitdiffstats
path: root/man3/strncat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strncat.3')
-rw-r--r--man3/strncat.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3
index a1e736e93..59405a98e 100644
--- a/man3/strncat.3
+++ b/man3/strncat.3
@@ -52,7 +52,7 @@ returns
.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
@@ -71,7 +71,7 @@ POSIX.1-2001, C89, SVr4, 4.3BSD.
.SH CAVEATS
The name of this function is confusing;
it has no relation to
-.BR strncpy (3).
+.MR strncpy 3 .
.P
If the destination buffer does not already contain a string,
or is not large enough,
@@ -79,7 +79,7 @@ the behavior is undefined.
See
.B _FORTIFY_SOURCE
in
-.BR feature_test_macros (7).
+.MR feature_test_macros 7 .
.SH BUGS
This function can be very inefficient.
Read about
@@ -128,5 +128,5 @@ main(void)
.\" SRC END
.in
.SH SEE ALSO
-.BR string (3),
-.BR string_copying (7)
+.MR string 3 ,
+.MR string_copying 7