aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.1
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:49:53 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-02-10 06:49:53 +0000
commitdc7d8c99d0440aa23796a70e74b6458e7ce91ae5 (patch)
tree5102dce7f47474a441c3ebd460a278ad7cfc9cbd /usr.bin/printf/printf.1
parentfd3f646bbb1e00967a7e2e1af56e28591b1446e7 (diff)
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r--usr.bin/printf/printf.13
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 5e6c94019886..2d510c3bbfc2 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -250,6 +250,9 @@ precision is 0 or missing, all characters in the string are printed.
Print a `%'; no argument is used.
.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; padding takes place only if the specified field width exceeds
the actual width.