summaryrefslogtreecommitdiffstats
path: root/man3/wcscspn.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcscspn.3')
-rw-r--r--man3/wcscspn.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/wcscspn.3 b/man3/wcscspn.3
index a54578278..821f16406 100644
--- a/man3/wcscspn.3
+++ b/man3/wcscspn.3
@@ -26,7 +26,7 @@ The
.BR wcscspn ()
function is the wide-character equivalent
of the
-.BR strcspn (3)
+.MR strcspn 3
function.
It determines the length of the longest initial segment of
.I wcs
@@ -59,7 +59,7 @@ or
if there is none.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -76,6 +76,6 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strcspn (3),
-.BR wcspbrk (3),
-.BR wcsspn (3)
+.MR strcspn 3 ,
+.MR wcspbrk 3 ,
+.MR wcsspn 3