[BACK]Return to printf.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / printf

Diff for /src/usr.bin/printf/printf.1 between version 1.19 and 1.20

version 1.19, 2008/09/08 20:16:13 version 1.20, 2008/09/14 11:44:54
Line 139 
Line 139 
 .Pq Li 0X  .Pq Li 0X
 prepended to it.  prepended to it.
 For  For
   .Cm a ,
   .Cm A ,
 .Cm e ,  .Cm e ,
 .Cm E ,  .Cm E ,
 .Cm f ,  .Cm f ,
Line 206 
Line 208 
 as zero.  as zero.
 .It Format:  .It Format:
 A character which indicates the type of format to use (one of  A character which indicates the type of format to use (one of
 .Cm diouxXfFeEgGbcs ) .  .Cm diouxXfFeEgGaAbcs ) .
 .El  .El
 .Pp  .Pp
 A field width or precision may be  A field width or precision may be
Line 243 
Line 245 
 If the argument is infinity, it will be converted to [-]inf  If the argument is infinity, it will be converted to [-]inf
 .Pq Cm f  .Pq Cm f
 or [-]INF  or [-]INF
 .Pq Cm F ,  .Pq Cm F ,
 respectively.  respectively.
 If the argument is not-a-number (NaN), it will be converted to  If the argument is not-a-number (NaN), it will be converted to
 [-]nan  [-]nan
Line 276 
Line 278 
 .Cm e  .Cm e
 .Pq Cm E  .Pq Cm E
 whichever gives full precision in minimum space.  whichever gives full precision in minimum space.
   .It Cm aA
   The
   .Ar argument
   is printed in style
   .Sm off
   .Pf [\-]0xh Cm \&. No hhh Cm p No [\\*(Pm]d
   .Sm on
   where there is one digit before the hexadecimal point and the number
   after is equal to the precision specification for the argument.
   When the precision is missing, enough digits are produced to convey
   the argument's exact double-precision floating-point representation.
 .It Cm b  .It Cm b
 Characters from the string  Characters from the string
 .Ar argument  .Ar argument

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20