From 36db56802dcdfb3a634119b8aeb68217783125c6 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 10 Feb 2001 05:52:59 +0000 Subject: [PATCH] Note that decimal point character taken from locale (SUSv2) --- lib/libc/stdio/scanf.3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index cae4c04782d..17fa80b5d50 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 )