summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-04-25 12:36:29 +0000
committerjilles <jilles@FreeBSD.org>2011-04-25 12:36:29 +0000
commit6746164952745889f6c7578654db9462f89e4d3c (patch)
tree05efc41375f5b39b1e98113db74a26e2ab9231e9 /usr.bin/printf
parent836a99923bfdd79967762d0362f41ef4d5a258f4 (diff)
downloadFreeBSD-src-6746164952745889f6c7578654db9462f89e4d3c.zip
FreeBSD-src-6746164952745889f6c7578654db9462f89e4d3c.tar.gz
printf(1): Mention effect of '#' modifier on other conversions.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 0f48d87..ddfdcfc 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -31,7 +31,7 @@
.\" @(#)printf.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd November 19, 2010
+.Dd April 25, 2011
.Dt PRINTF 1
.Os
.Sh NAME
@@ -125,9 +125,9 @@ in the following order:
A `#' character
specifying that the value should be printed in an ``alternate form''.
For
-.Cm c , d ,
+.Cm b , c , d , s
and
-.Cm s ,
+.Cm u
formats, this option has no effect.
For the
.Cm o
@@ -141,9 +141,9 @@ format, a non-zero result has the string
.Pq Li 0X
prepended to it.
For
-.Cm e , E , f , g ,
+.Cm a , A , e , E , f , F , g
and
-.Cm G ,
+.Cm G
formats, the result will always contain a decimal point, even if no
digits follow the point (normally, a decimal point only appears in the
results of those formats if a digit follows the decimal point).
OpenPOWER on IntegriCloud