[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.13 and 1.14

version 1.13, 2001/02/17 17:15:27 version 1.14, 2002/11/14 02:57:28
Line 297 
Line 297 
 .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
 .D1 Ic printf \&"%d\en\&" 0x20  .D1 Ic $ printf \&"%d\en\&" 0x20
 .Pp  .Pp
 Print the decimal representation of the character 'a' (see  Print the decimal representation of the character 'a' (see
 .Xr ascii 7 ) :  .Xr ascii 7 ) :
 .Pp  .Pp
 .D1 Ic printf \&"%d\en\&" \e'a  .D1 Ic $ printf \&"%d\en\&" \e'a
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr echo 1 ,  .Xr echo 1 ,
 .Xr printf 3  .Xr printf 3

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