[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.14 and 1.15

version 1.14, 2002/11/14 02:57:28 version 1.15, 2003/03/18 08:37:35
Line 295 
Line 295 
 .Nm  .Nm
 utility exits 0 on success or 1 on failure.  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 hexadecimal value to decimal and print it out:
 .Pp  .Pp
 .D1 Ic $ printf \&"%d\en\&" 0x20  .D1 Ic $ printf \&"%d\en\&" 0x20
 .Pp  .Pp

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15