diff options
| author | Florian Weimer <fweimer@redhat.com> | 2020-10-09 10:40:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-10-10 11:07:24 +0200 |
| commit | 870d48813cf9aacaae6b51757435e8aecedaab85 (patch) | |
| tree | 30ddb1e7b4ac413e318410e3ec9be99082cbe016 | |
| parent | abb53fc49c768a0e701e4dff29cce87e3487a661 (diff) | |
| download | man-pages-870d48813cf9aacaae6b51757435e8aecedaab85.tar.gz | |
locale.5: Decimal points, thousands separators must be one character
This is implied by POSIX because it requires that these strings in
the locale definition file contain one symbol. Currently,
locale.5 does not document the concept of symbols, this change
glosses over that and just uses the term "single-character
string".
Signed-off-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/locale.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man5/locale.5 b/man5/locale.5 index f6b63da9d9..9789e0bb0a 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -693,12 +693,12 @@ separator. followed by the local currency symbol. .TP .I mon_decimal_point -followed by the string that will be used as the decimal delimiter -when formatting monetary quantities. +followed by the single-character string that will be used as the +decimal delimiter when formatting monetary quantities. .TP .I mon_thousands_sep -followed by the string that will be used as a group separator -when formatting monetary quantities. +followed by the single-character string that will be used as a group +separator when formatting monetary quantities. .TP .I mon_grouping followed by a sequence of integers separated by semicolons that @@ -962,12 +962,12 @@ in the first column. The following keywords are allowed: .TP .I decimal_point -followed by the string that will be used as the decimal delimiter -when formatting numeric quantities. +followed by the single-character string that will be used as the +decimal delimiter when formatting numeric quantities. .TP .I thousands_sep -followed by the string that will be used as a group separator -when formatting numeric quantities. +followed by the single-character string that will be used as a group +separator when formatting numeric quantities. .TP .I grouping followed by a sequence of integers separated by semicolons |
