summaryrefslogtreecommitdiffstats
path: root/man3/iswxdigit.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswxdigit.3')
-rw-r--r--man3/iswxdigit.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/iswxdigit.3 b/man3/iswxdigit.3
index 427fc3751..7f4a8c3ba 100644
--- a/man3/iswxdigit.3
+++ b/man3/iswxdigit.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR iswxdigit ()
function is the wide-character equivalent of the
-.BR isxdigit (3)
+.MR isxdigit 3
function.
It tests whether
.I wc
@@ -59,7 +59,7 @@ belonging to the wide-character class "xdigit".
Otherwise, it returns zero.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -83,5 +83,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR iswctype (3),
-.BR isxdigit (3)
+.MR iswctype 3 ,
+.MR isxdigit 3