summaryrefslogtreecommitdiffstats
path: root/man3/towupper.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/towupper.3')
-rw-r--r--man3/towupper.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/towupper.3 b/man3/towupper.3
index 4393f6964..26d5157bc 100644
--- a/man3/towupper.3
+++ b/man3/towupper.3
@@ -25,7 +25,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR towupper_l ():
@@ -39,7 +39,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR towupper ()
function is the wide-character equivalent of the
-.BR toupper (3)
+.MR toupper 3
function.
If
.I wc
@@ -64,7 +64,7 @@ is undefined if
is the special locale object
.B LC_GLOBAL_LOCALE
(see
-.BR duplocale (3))
+.MR duplocale 3 )
or is not a valid locale object handle.
.P
The argument
@@ -83,7 +83,7 @@ otherwise it returns
.IR wc .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -124,7 +124,7 @@ category of the locale.
These functions are not very appropriate for dealing with Unicode characters,
because Unicode knows about three cases: upper, lower, and title case.
.SH SEE ALSO
-.BR iswupper (3),
-.BR towctrans (3),
-.BR towlower (3),
-.BR locale (7)
+.MR iswupper 3 ,
+.MR towctrans 3 ,
+.MR towlower 3 ,
+.MR locale 7