summaryrefslogtreecommitdiffstats
path: root/man3/iswupper.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswupper.3')
-rw-r--r--man3/iswupper.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/iswupper.3 b/man3/iswupper.3
index 7a64ebae1..a2a354e5d 100644
--- a/man3/iswupper.3
+++ b/man3/iswupper.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR iswupper ()
function is the wide-character equivalent of the
-.BR isupper (3)
+.MR isupper 3
function.
It tests whether
.I wc
@@ -68,7 +68,7 @@ belonging to the wide-character class "upper".
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
@@ -95,6 +95,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 isupper (3),
-.BR iswctype (3),
-.BR towupper (3)
+.MR isupper 3 ,
+.MR iswctype 3 ,
+.MR towupper 3