summaryrefslogtreecommitdiffstats
path: root/man3/iswalpha.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswalpha.3')
-rw-r--r--man3/iswalpha.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/iswalpha.3 b/man3/iswalpha.3
index 0fa88e9bd..5d40fc14b 100644
--- a/man3/iswalpha.3
+++ b/man3/iswalpha.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR iswalpha ()
function is the wide-character equivalent of the
-.BR isalpha (3)
+.MR isalpha 3
function.
It tests whether
.I wc
@@ -68,7 +68,7 @@ belonging to the wide-character class "alpha".
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
@@ -92,5 +92,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR isalpha (3),
-.BR iswctype (3)
+.MR isalpha 3 ,
+.MR iswctype 3