summaryrefslogtreecommitdiffstats
path: root/man3/newlocale.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/newlocale.3')
-rw-r--r--man3/newlocale.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/newlocale.3 b/man3/newlocale.3
index e6b29f875..b8f17e735 100644
--- a/man3/newlocale.3
+++ b/man3/newlocale.3
@@ -19,7 +19,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 newlocale (),
@@ -51,7 +51,7 @@ refers to valid existing locale object
(i.e., an object returned by a previous call to
.BR newlocale ()
or
-.BR duplocale (3)),
+.MR duplocale 3 ),
then that object is modified by the call.
If the call is successful, the contents of
.I base
@@ -73,7 +73,7 @@ If
is the special locale object
.B LC_GLOBAL_LOCALE
(see
-.BR duplocale (3)),
+.MR duplocale 3 ),
or is not
.I (locale_t)\ 0
and is not a valid locale object handle,
@@ -131,7 +131,7 @@ corresponding to the values of the
and
.B LANG
environment variables (see
-.BR locale (7)).
+.MR locale 7 ).
.SS freelocale()
The
.BR freelocale ()
@@ -140,7 +140,7 @@ function deallocates the resources associated with
a locale object previously returned by a call to
.BR newlocale ()
or
-.BR duplocale (3).
+.MR duplocale 3 .
If
.I locobj
is
@@ -153,7 +153,7 @@ the program should make no further use of it.
On success,
.BR newlocale ()
returns a handle that can be used in calls to
-.BR duplocale (3),
+.MR duplocale 3 ,
.BR freelocale (),
and other functions that take a
.I locale_t
@@ -205,7 +205,7 @@ category of the locale object.
.P
Having created and initialized the locale object,
the program then applies it using
-.BR uselocale (3),
+.MR uselocale 3 ,
and then tests the effect of the locale changes by:
.IP (1) 5
Displaying a floating-point number with a fractional part.
@@ -348,9 +348,9 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR locale (1),
-.BR duplocale (3),
-.BR setlocale (3),
-.BR uselocale (3),
-.BR locale (5),
-.BR locale (7)
+.MR locale 1 ,
+.MR duplocale 3 ,
+.MR setlocale 3 ,
+.MR uselocale 3 ,
+.MR locale 5 ,
+.MR locale 7