diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 05:52:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 05:52:59 +0000 |
commit | dbf0a463e4dd4ec5d6554ff5e15c70d74cecacf2 (patch) | |
tree | 378d2a764a609967a145e9b105ca00e04175ccc3 /lib | |
parent | 29f5f24614e7411d94cf24cd437b38a2802ec939 (diff) | |
download | FreeBSD-src-dbf0a463e4dd4ec5d6554ff5e15c70d74cecacf2.zip FreeBSD-src-dbf0a463e4dd4ec5d6554ff5e15c70d74cecacf2.tar.gz |
Note that decimal point character taken from locale (SUSv2)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/scanf.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index cae4c04..17fa80b 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -358,6 +358,9 @@ a conversion, although it can be suppressed with the flag. .El .Pp +The decimal point +character is defined in the program's locale (category LC_NUMERIC). +.Pp For backwards compatibility, other conversion characters (except .Ql \e0 ) |