summaryrefslogtreecommitdiffstats
path: root/man3/strtok.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strtok.3')
-rw-r--r--man3/strtok.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/strtok.3 b/man3/strtok.3
index 34a90198c..0ba54219c 100644
--- a/man3/strtok.3
+++ b/man3/strtok.3
@@ -27,7 +27,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR strtok_r ():
@@ -153,7 +153,7 @@ functions return a pointer to
the next token, or NULL if there are no more tokens.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -276,13 +276,13 @@ main(int argc, char *argv[])
Another example program using
.BR strtok ()
can be found in
-.BR getaddrinfo_a (3).
+.MR getaddrinfo_a 3 .
.SH SEE ALSO
-.BR memchr (3),
-.BR strchr (3),
-.BR string (3),
-.BR strpbrk (3),
-.BR strsep (3),
-.BR strspn (3),
-.BR strstr (3),
-.BR wcstok (3)
+.MR memchr 3 ,
+.MR strchr 3 ,
+.MR string 3 ,
+.MR strpbrk 3 ,
+.MR strsep 3 ,
+.MR strspn 3 ,
+.MR strstr 3 ,
+.MR wcstok 3