summaryrefslogtreecommitdiffstats
path: root/man5/locale.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/locale.5')
-rw-r--r--man5/locale.558
1 files changed, 29 insertions, 29 deletions
diff --git a/man5/locale.5 b/man5/locale.5
index fa2491eee..d08dd7afe 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -14,13 +14,13 @@ locale \- describes a locale definition file
The
.B locale
definition file contains all the information that the
-.BR localedef (1)
+.MR localedef 1
command needs to convert it into the binary locale database.
.P
The definition files consist of sections which each describe a
locale category in detail.
See
-.BR locale (7)
+.MR locale 7
for additional details for these categories.
.SS Syntax
The locale definition file starts with a header that may consist
@@ -87,7 +87,7 @@ the GNU C library supports the following nonstandard categories:
.B LC_TELEPHONE
.P
See
-.BR locale (7)
+.MR locale 7
for a more detailed description of each category.
.SS LC_ADDRESS
The definition starts with the string
@@ -1073,17 +1073,17 @@ followed by a list of month names.
.I d_t_fmt
followed by the appropriate date and time format
(for syntax, see
-.BR strftime (3)).
+.MR strftime 3 ).
.TP
.I d_fmt
followed by the appropriate date format
(for syntax, see
-.BR strftime (3)).
+.MR strftime 3 ).
.TP
.I t_fmt
followed by the appropriate time format
(for syntax, see
-.BR strftime (3)).
+.MR strftime 3 ).
.TP
.I am_pm
followed by the appropriate representation of the
@@ -1096,7 +1096,7 @@ This should be left empty for locales not using AM/PM convention.
.I t_fmt_ampm
followed by the appropriate time format
(for syntax, see
-.BR strftime (3))
+.MR strftime 3 )
when using 12h clock format.
This should be left empty for locales not using AM/PM convention.
.TP
@@ -1129,7 +1129,7 @@ The number of the year closest to
in the era, corresponding to the
.I %Ey
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.TP
.I start_date
The start of the era in the form of
@@ -1152,13 +1152,13 @@ means the ending date is the end of time.
The name of the era corresponding to the
.I %EC
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.TP
.I era_format
The format of the year in the era corresponding to the
.I %EY
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.RE
.TP
.I era_d_fmt
@@ -1166,21 +1166,21 @@ followed by the format of the date in alternative era notation,
corresponding to the
.I %Ex
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.TP
.I era_t_fmt
followed by the format of the time in alternative era notation,
corresponding to the
.I %EX
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.TP
.I era_d_t_fmt
followed by the format of the date and time in alternative era notation,
corresponding to the
.I %Ec
descriptor (see
-.BR strptime (3)).
+.MR strptime 3 ).
.TP
.I alt_digits
followed by the alternative digits used for date and time in the locale.
@@ -1234,9 +1234,9 @@ Right-left from top.
.TP
.I date_fmt
followed by the appropriate date representation for
-.BR date (1)
+.MR date 1
(for syntax, see
-.BR strftime (3)).
+.MR strftime 3 ).
.P
The
.B LC_TIME
@@ -1300,17 +1300,17 @@ Monday for the locale.
.\" .SH AUTHOR
.\" Jochen Hein (Hein@Student.TU-Clausthal.de)
.SH SEE ALSO
-.BR iconv (1),
-.BR locale (1),
-.BR localedef (1),
-.BR localeconv (3),
-.BR newlocale (3),
-.BR setlocale (3),
-.BR strftime (3),
-.BR strptime (3),
-.BR uselocale (3),
-.BR charmap (5),
-.BR charsets (7),
-.BR locale (7),
-.BR unicode (7),
-.BR utf\-8 (7)
+.MR iconv 1 ,
+.MR locale 1 ,
+.MR localedef 1 ,
+.MR localeconv 3 ,
+.MR newlocale 3 ,
+.MR setlocale 3 ,
+.MR strftime 3 ,
+.MR strptime 3 ,
+.MR uselocale 3 ,
+.MR charmap 5 ,
+.MR charsets 7 ,
+.MR locale 7 ,
+.MR unicode 7 ,
+.MR utf\-8 7