diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 06:32:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 06:32:03 +0000 |
commit | d616751a356975ea53dbdde7b7aae9896af23c04 (patch) | |
tree | c806d2725714c4279723f52c1541b9c51b24cbd6 /lib | |
parent | 994d27f02c0759b5350a0253b7d1d556c4cf6588 (diff) | |
download | FreeBSD-src-d616751a356975ea53dbdde7b7aae9896af23c04.zip FreeBSD-src-d616751a356975ea53dbdde7b7aae9896af23c04.tar.gz |
Note that decimal point taken from locale (SUSv2)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index ecf7f3a..e00d44a 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -552,6 +552,9 @@ is .Ql %% . .El .Pp +The decimal point +character is defined in the program's locale (category LC_NUMERIC). +.Pp In no case does a non-existent or small field width cause truncation of a field; if the result of a conversion is wider than the field width, the field is expanded to contain the conversion result. |