summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:32:03 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:32:03 +0000
commit1c97c577705322cf396d7a7e307a8a973bfa3ec5 (patch)
tree9f0eab0ba8d95701bd782e11bf630c3f6147ede2 /lib/libc/stdio/printf.3
parent675331271f2b391f5481e66b4232ea3a9e54730a (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index ecf7f3ada7af..e00d44a63cb8 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.