=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printf/printf.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/printf/printf.1 2001/02/17 17:15:27 1.13 --- src/usr.bin/printf/printf.1 2002/11/14 02:57:28 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: printf.1,v 1.13 2001/02/17 17:15:27 pjanzen Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: printf.1,v 1.14 2002/11/14 02:57:28 deraadt Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 297,308 **** .Sh EXAMPLES Convert a hexidecimal value to decimal and print it out: .Pp ! .D1 Ic printf \&"%d\en\&" 0x20 .Pp Print the decimal representation of the character 'a' (see .Xr ascii 7 ) : .Pp ! .D1 Ic printf \&"%d\en\&" \e'a .Sh SEE ALSO .Xr echo 1 , .Xr printf 3 --- 297,308 ---- .Sh EXAMPLES Convert a hexidecimal value to decimal and print it out: .Pp ! .D1 Ic $ printf \&"%d\en\&" 0x20 .Pp Print the decimal representation of the character 'a' (see .Xr ascii 7 ) : .Pp ! .D1 Ic $ printf \&"%d\en\&" \e'a .Sh SEE ALSO .Xr echo 1 , .Xr printf 3