locale.5: Minor tweaks to 's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-26 08:13:50 +02:00
parent 6699fab510
commit 244b504c73
1 changed files with 11 additions and 12 deletions

View File

@ -609,7 +609,8 @@ when formatting monetary quantities.
.TP
.I mon_grouping
followed by a sequence of integers separated by semicolons that
describe the formatting of monetary quantities. See
describe the formatting of monetary quantities.
See
.I grouping
below for details.
.TP
@ -879,17 +880,15 @@ when formatting numeric quantities.
.I grouping
followed by a sequence of integers separated by semicolons that
describe the formatting of numeric quantities.
.RS
.PP
Each integer specifies the number of digits in a group. The first
integer defines the size of the group immediately to the left of the
decimal delimiter. Subsequent integers define succeeding groups to the
left of the previous group. If the last integer is not -1, then the size
of the previous group (if any) is repeatedly used for the remainder of
the digits. If the last integer is -1, then no further grouping is
performed.
.RE
.IP
Each integer specifies the number of digits in a group.
The first integer defines the size of the group immediately
to the left of the decimal delimiter.
Subsequent integers define succeeding groups to the
left of the previous group.
If the last integer is not \-1, then the size of the previous group
(if any) is repeatedly used for the remainder of the digits.
If the last integer is \-1, then no further grouping is performed.
.PP
The
.B LC_NUMERIC