summaryrefslogtreecommitdiffstats
path: root/man3/wcschr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcschr.3')
-rw-r--r--man3/wcschr.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/wcschr.3 b/man3/wcschr.3
index d12199b0e..877805fee 100644
--- a/man3/wcschr.3
+++ b/man3/wcschr.3
@@ -26,7 +26,7 @@ The
.BR wcschr ()
function is the wide-character equivalent
of the
-.BR strchr (3)
+.MR strchr 3
function.
It searches the first occurrence of
.I wc
@@ -45,7 +45,7 @@ or NULL if
does not occur in the string.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -62,8 +62,8 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strchr (3),
-.BR wcspbrk (3),
-.BR wcsrchr (3),
-.BR wcsstr (3),
-.BR wmemchr (3)
+.MR strchr 3 ,
+.MR wcspbrk 3 ,
+.MR wcsrchr 3 ,
+.MR wcsstr 3 ,
+.MR wmemchr 3