summaryrefslogtreecommitdiffstats
path: root/man3/towlower.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/towlower.3')
-rw-r--r--man3/towlower.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/towlower.3 b/man3/towlower.3
index c40046a38..745cf55fa 100644
--- a/man3/towlower.3
+++ b/man3/towlower.3
@@ -26,7 +26,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 towlower_l ():
@@ -40,7 +40,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR towlower ()
function is the wide-character equivalent of the
-.BR tolower (3)
+.MR tolower 3
function.
If
.I wc
@@ -65,7 +65,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
@@ -84,7 +84,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
@@ -125,7 +125,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 iswlower (3),
-.BR towctrans (3),
-.BR towupper (3),
-.BR locale (7)
+.MR iswlower 3 ,
+.MR towctrans 3 ,
+.MR towupper 3 ,
+.MR locale 7