summaryrefslogtreecommitdiffstats
path: root/man3/wcstok.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcstok.3')
-rw-r--r--man3/wcstok.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/wcstok.3 b/man3/wcstok.3
index 2e5f82460..92e50a8ea 100644
--- a/man3/wcstok.3
+++ b/man3/wcstok.3
@@ -27,7 +27,7 @@ Standard C library
The
.BR wcstok ()
function is the wide-character equivalent of the
-.BR strtok (3)
+.MR strtok 3
function,
with an added argument to make it multithread-safe.
It can be used
@@ -78,7 +78,7 @@ function returns a pointer to the next token,
or NULL if no further token was found.
.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,5 +113,5 @@ for (token = wcstok(wcs, L" \et\en", &state);
}
.EE
.SH SEE ALSO
-.BR strtok (3),
-.BR wcschr (3)
+.MR strtok 3 ,
+.MR wcschr 3