From b4e164347b329255f971b715589f453a8b1a9177 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Mon, 15 Jul 2002 07:35:36 +0000 Subject: [PATCH] Kill excessive whitespace between macro arguments. --- usr.bin/printf/printf.1 | 10 +++++----- 1 file 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.