[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.8 and 1.9

version 1.8, 2000/01/22 12:46:30 version 1.9, 2000/03/06 03:15:59
Line 283 
Line 283 
 In no case does a non-existent or small field width cause truncation of  In no case does a non-existent or small field width cause truncation of
 a field; padding takes place only if the specified field width exceeds  a field; padding takes place only if the specified field width exceeds
 the actual width.  the actual width.
 .Sh RETURN VALUES  .Pp
 .Nm printf  The
 exits 0 on success or 1 on failure.  .Nm
   utility exits 0 on success or 1 on failure.
 .Sh EXAMPLES  .Sh EXAMPLES
 Convert a hexidecimal value to decimal and print it out:  Convert a hexidecimal value to decimal and print it out:
 .Pp  .Pp
Line 303 
Line 304 
 .Nm printf  .Nm printf
 utility conforms to  utility conforms to
 .St -p1003.2-92 .  .St -p1003.2-92 .
   .Sh HISTORY
   The
   .Nm
   command appeared in
   .Bx 4.3 Reno .
 .Sh BUGS  .Sh BUGS
 Since arguments are translated from  Since arguments are translated from
 .Tn ASCII  .Tn ASCII

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9