diff options
author | keramida <keramida@FreeBSD.org> | 2002-07-15 07:35:36 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-07-15 07:35:36 +0000 |
commit | bfae74eab659c47dfe7097f044670f10bc6d9396 (patch) | |
tree | 1f85586c5b8c6479a5183b5df5229b6d93fd2530 /usr.bin/printf | |
parent | be36fd0f146265f362dbabb1585f776bac818cc9 (diff) | |
download | FreeBSD-src-bfae74eab659c47dfe7097f044670f10bc6d9396.zip FreeBSD-src-bfae74eab659c47dfe7097f044670f10bc6d9396.tar.gz |
Kill excessive whitespace between macro arguments.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r-- | usr.bin/printf/printf.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 54bce36..c9cb1d8 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. |