According to C99 decimal_point can't be the empty string, mention it.

This commit is contained in:
Andrey A. Chernov 2003-03-20 08:13:34 +00:00
parent befb332a6b
commit cfcd9a45b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112426

View file

@ -176,7 +176,8 @@ The individual fields have the following meanings:
.Pp
.Bl -tag -width mon_decimal_point
.It Fa decimal_point
The decimal point character, except for currency values.
The decimal point character, except for currency values,
can't be the empty string.
.It Fa thousands_sep
The separator between groups of digits
before the decimal point, except for currency values.