locale.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-07 11:53:09 +01:00
parent 2fa99a6285
commit fb844405b1
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ or
.BR wctomb (3).
.TP
.B LC_MONETARY
changes the information returned by
This changes the information returned by
.BR localeconv (3)
which describes the way numbers are usually printed, with details such
as decimal point versus decimal comma.
@ -92,7 +92,7 @@ used by the function
.BR strfmon (3).
.TP
.B LC_MESSAGES
changes the language messages are displayed in and what an affirmative or
This changes the language messages are displayed in and what an affirmative or
negative answer looks like.
The GNU C-library contains the
.BR gettext (3),
@ -108,7 +108,7 @@ if the category is set to a valid locale other than
.BR """C""" .
.TP
.B LC_NUMERIC
changes the information used by the
This changes the information used by the
.BR printf (3)
and
.BR scanf (3)
@ -118,7 +118,7 @@ This information can also be read with the
function.
.TP
.B LC_TIME
changes the behavior of the
This changes the behavior of the
.BR strftime (3)
function to display the current time in a locally acceptable form; for
example, most of Europe uses a 24-hour clock versus the