diff options
author | ache <ache@FreeBSD.org> | 2003-03-20 08:13:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-03-20 08:13:34 +0000 |
commit | c8c804af5ebf70fa90009655ea3c095029bc5724 (patch) | |
tree | bb173676cd2047f4e3e6b5c5ba4f95655f8bdc41 /lib | |
parent | 2876ad7e0d3e45afd229e5be1f9ef78c7ece309e (diff) | |
download | FreeBSD-src-c8c804af5ebf70fa90009655ea3c095029bc5724.zip FreeBSD-src-c8c804af5ebf70fa90009655ea3c095029bc5724.tar.gz |
According to C99 decimal_point can't be the empty string, mention it.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/setlocale.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 95996b7..f221d26 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -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. |