summaryrefslogtreecommitdiffstats
path: root/man3/wcsncat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsncat.3')
-rw-r--r--man3/wcsncat.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/wcsncat.3 b/man3/wcsncat.3
index 9b4fe52e6..0791634d1 100644
--- a/man3/wcsncat.3
+++ b/man3/wcsncat.3
@@ -27,7 +27,7 @@ Standard C library
The
.BR wcsncat ()
function is the wide-character equivalent of the
-.BR strncat (3)
+.MR strncat 3
function.
It copies at most
.I n
@@ -51,7 +51,7 @@ returns
.IR dest .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -68,5 +68,5 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strncat (3),
-.BR wcscat (3)
+.MR strncat 3 ,
+.MR wcscat 3