summaryrefslogtreecommitdiffstats
path: root/man3/wcsstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsstr.3')
-rw-r--r--man3/wcsstr.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/wcsstr.3 b/man3/wcsstr.3
index d9bde3669..fb5b26579 100644
--- a/man3/wcsstr.3
+++ b/man3/wcsstr.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR wcsstr ()
function is the wide-character equivalent of the
-.BR strstr (3)
+.MR strstr 3
function.
It searches for the first occurrence of the wide-character string
.I needle
@@ -54,7 +54,7 @@ the return value is always
itself.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -71,5 +71,5 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strstr (3),
-.BR wcschr (3)
+.MR strstr 3 ,
+.MR wcschr 3