mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Kill excessive whitespace between macro arguments.
This commit is contained in:
parent
2e634542d4
commit
b4e164347b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100045
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user