summaryrefslogtreecommitdiffstats
path: root/man3/nl_langinfo.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/nl_langinfo.3')
-rw-r--r--man3/nl_langinfo.362
1 files changed, 31 insertions, 31 deletions
diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3
index d50b0f91b..4bc16129d 100644
--- a/man3/nl_langinfo.3
+++ b/man3/nl_langinfo.3
@@ -27,7 +27,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 nl_langinfo_l ():
@@ -44,7 +44,7 @@ and
.BR nl_langinfo_l ()
functions provide access to locale information
in a more flexible way than
-.BR localeconv (3).
+.MR localeconv 3 .
.BR nl_langinfo ()
returns a string which is the value corresponding to
\fIitem\fP in the program's current global
@@ -53,7 +53,7 @@ locale.
returns a string which is the value corresponding to \fIitem\fP
for the locale identified by the locale object \fIlocale\fP,
which was previously created by
-.BR newlocale (3).
+.MR newlocale 3 .
Individual and additional elements of the locale categories can
be queried.
.P
@@ -68,25 +68,25 @@ This is the same string that you get with
"locale charmap".
For a list of character encoding names,
try "locale \-m" (see
-.BR locale (1)).
+.MR locale 1 ).
.TP
.BR D_T_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
to represent time and date in a locale-specific way
.RB ( %c
conversion specification).
.TP
.BR D_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
to represent a date in a locale-specific way
.RB ( %x
conversion specification).
.TP
.BR T_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
to represent a time in a locale-specific way
.RB ( %X
conversion specification).
@@ -96,7 +96,7 @@ Return a string that represents affix for ante meridiem (before noon, "AM")
time.
(Used in
.B %p
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR PM_STR \ (LC_TIME)
@@ -104,12 +104,12 @@ Return a string that represents affix for post meridiem (before midnight, "PM")
time.
(Used in
.B %p
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR T_FMT_AMPM \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
to represent a time in a.m. or p.m. notation in a locale-specific way
.RB ( %r
conversion specification).
@@ -162,13 +162,13 @@ or one of the two special values
.I era_name
The name of the era, corresponding to the
.B %EC
-.BR strftime (3)
+.MR strftime 3
conversion specification.
.TP
.I era_format
The format of the year in the era, corresponding to the
.B %EY
-.BR strftime (3)
+.MR strftime 3
conversion specification.
.RE
.IP
@@ -179,21 +179,21 @@ locales.
.TP
.BR ERA_D_T_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
for alternative representation of time and date in a locale-specific way
.RB ( %Ec
conversion specification).
.TP
.BR ERA_D_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
for alternative representation of a date in a locale-specific way
.RB ( %Ex
conversion specification).
.TP
.BR ERA_T_FMT \ (LC_TIME)
Return a string that can be used as a format string for
-.BR strftime (3)
+.MR strftime 3
for alternative representation of a time in a locale-specific way
.RB ( %EX
conversion specification).
@@ -205,28 +205,28 @@ the US convention DAY_1 = Sunday, not the international convention
(ISO 8601) that Monday is the first day of the week.]
(Used in
.B %A
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR ABDAY_ "{1\[en]7} (LC_TIME)"
Return abbreviated name of the \fIn\fP-th day of the week.
(Used in
.B %a
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR MON_ "{1\[en]12} (LC_TIME)"
Return name of the \fIn\fP-th month.
(Used in
.B %B
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR ABMON_ "{1\[en]12} (LC_TIME)"
Return abbreviated name of the \fIn\fP-th month.
(Used in
.B %b
-.BR strftime (3)
+.MR strftime 3
conversion specification.)
.TP
.BR RADIXCHAR \ (LC_NUMERIC)
@@ -237,12 +237,12 @@ Return separator character for thousands (groups of three digits).
.TP
.BR YESEXPR \ (LC_MESSAGES)
Return a regular expression that can be used with the
-.BR regex (3)
+.MR regex 3
function to recognize a positive response to a yes/no question.
.TP
.BR NOEXPR \ (LC_MESSAGES)
Return a regular expression that can be used with the
-.BR regex (3)
+.MR regex 3
function to recognize a negative response to a yes/no question.
.TP
.BR CRNCYSTR \ (LC_MONETARY)
@@ -260,7 +260,7 @@ is the value corresponding to
in the specified locale.
.P
If no locale has been selected by
-.BR setlocale (3)
+.MR setlocale 3
for the appropriate category,
.BR nl_langinfo ()
return a pointer to the corresponding string in the "C" locale.
@@ -280,21 +280,21 @@ by a subsequent call to
.BR nl_langinfo (),
.BR nl_langinfo_l (),
or
-.BR setlocale (3).
+.MR setlocale 3 .
The same statements apply to
.BR nl_langinfo_l ()
if the locale object referred to by
.I locale
is freed or modified by
-.BR freelocale (3)
+.MR freelocale 3
or
-.BR newlocale (3).
+.MR newlocale 3 .
.P
POSIX specifies that the application may not modify
the string returned by these functions.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -344,10 +344,10 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR locale (1),
-.BR localeconv (3),
-.BR setlocale (3),
-.BR charsets (7),
-.BR locale (7)
+.MR locale 1 ,
+.MR localeconv 3 ,
+.MR setlocale 3 ,
+.MR charsets 7 ,
+.MR locale 7
.P
The GNU C Library Reference Manual