summaryrefslogtreecommitdiff
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 07:35:36 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-07-15 07:35:36 +0000
commitb4e164347b329255f971b715589f453a8b1a9177 (patch)
tree1f85586c5b8c6479a5183b5df5229b6d93fd2530 /usr.bin/printf
parent2e634542d4cedb517989716a0a543386e1b966dc (diff)
downloadsrc-test2-b4e164347b329255f971b715589f453a8b1a9177.tar.gz
src-test2-b4e164347b329255f971b715589f453a8b1a9177.zip
Notes
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 54bce363379a..c9cb1d81adbe 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -128,9 +128,9 @@ in the following order:
A `#' character
specifying that the value should be printed in an ``alternate form''.
For
-.Cm c , d ,
+.Cm c , d ,
and
-.Cm s ,
+.Cm s ,
formats, this option has no effect. For the
.Cm o
formats the precision of the number is increased to force the first
@@ -141,9 +141,9 @@ format, a non-zero result has the string
.Li 0x
.Pq Li 0X
prepended to it. For
-.Cm e , E , f , g ,
+.Cm e , E , 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). For
@@ -297,7 +297,7 @@ then back again, floating-point precision may be lost.
hexadecimal character constants were deliberately not provided.
.Pp
The escape sequence \e000 is the string terminator. When present in the
-.Ar format ,
+.Ar format ,
the
.Ar format
will be truncated at the \e000 character.