aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-03-20 08:13:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-03-20 08:13:34 +0000
commitcfcd9a45b56e600cb1584b5773fd3f6cccb2a899 (patch)
treebb173676cd2047f4e3e6b5c5ba4f95655f8bdc41 /lib
parentbefb332a6b3fe92e44ff99c78dfe769f8c662464 (diff)
downloadsrc-cfcd9a45b56e600cb1584b5773fd3f6cccb2a899.tar.gz
src-cfcd9a45b56e600cb1584b5773fd3f6cccb2a899.zip
According to C99 decimal_point can't be the empty string, mention it.
Notes
Notes: svn path=/head/; revision=112426
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/setlocale.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 95996b7bd5f1..f221d265c0fe 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.