summaryrefslogtreecommitdiffstats
path: root/man3/wcsrchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcsrchr.3')
-rw-r--r--man3/wcsrchr.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/wcsrchr.3 b/man3/wcsrchr.3
index eb3779f8c..42f202ea7 100644
--- a/man3/wcsrchr.3
+++ b/man3/wcsrchr.3
@@ -26,7 +26,7 @@ The
.BR wcsrchr ()
function is the wide-character equivalent
of the
-.BR strrchr (3)
+.MR strrchr 3
function.
It searches the last 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,5 +62,5 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR strrchr (3),
-.BR wcschr (3)
+.MR strrchr 3 ,
+.MR wcschr 3