summaryrefslogtreecommitdiffstats
path: root/man3/iswlower.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswlower.3')
-rw-r--r--man3/iswlower.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/iswlower.3 b/man3/iswlower.3
index d862b4a01..65b575f29 100644
--- a/man3/iswlower.3
+++ b/man3/iswlower.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR iswlower ()
function is the wide-character equivalent of the
-.BR islower (3)
+.MR islower 3
function.
It tests whether
.I wc
@@ -74,7 +74,7 @@ belonging to the wide-character class "lower".
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
@@ -101,6 +101,6 @@ current locale.
This function is not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower, and title case.
.SH SEE ALSO
-.BR islower (3),
-.BR iswctype (3),
-.BR towlower (3)
+.MR islower 3 ,
+.MR iswctype 3 ,
+.MR towlower 3