summaryrefslogtreecommitdiffstats
path: root/man3/localeconv.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/localeconv.3')
-rw-r--r--man3/localeconv.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/localeconv.3 b/man3/localeconv.3
index 4862c9c53..3d494ec02 100644
--- a/man3/localeconv.3
+++ b/man3/localeconv.3
@@ -23,15 +23,15 @@ function returns a pointer to a
.I struct lconv
for the current locale.
This structure is shown in
-.BR locale (7),
+.MR locale 7 ,
and contains all values associated with the locale categories
.B LC_NUMERIC
and
.BR LC_MONETARY .
Programs may also use the functions
-.BR printf (3)
+.MR printf 3
and
-.BR strfmon (3),
+.MR strfmon 3 ,
which behave according to the actual locale in use.
.SH RETURN VALUE
The
@@ -48,7 +48,7 @@ The
function always succeeds.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lb lb lbx
@@ -70,14 +70,14 @@ C11.
C89.
.SH BUGS
The
-.BR printf (3)
+.MR printf 3
family of functions may or may not honor the current locale.
.SH SEE ALSO
-.BR locale (1),
-.BR localedef (1),
-.BR isalpha (3),
-.BR nl_langinfo (3),
-.BR setlocale (3),
-.BR strcoll (3),
-.BR strftime (3),
-.BR locale (7)
+.MR locale 1 ,
+.MR localedef 1 ,
+.MR isalpha 3 ,
+.MR nl_langinfo 3 ,
+.MR setlocale 3 ,
+.MR strcoll 3 ,
+.MR strftime 3 ,
+.MR locale 7