=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printf/printf.1,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/printf/printf.1 2002/11/14 02:57:28 1.14 --- src/usr.bin/printf/printf.1 2003/03/18 08:37:35 1.15 *************** *** 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. --- 1,4 ---- ! .\" $OpenBSD: printf.1,v 1.15 2003/03/18 08:37:35 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 295,301 **** .Nm utility exits 0 on success or 1 on failure. .Sh EXAMPLES ! Convert a hexidecimal value to decimal and print it out: .Pp .D1 Ic $ printf \&"%d\en\&" 0x20 .Pp --- 295,301 ---- .Nm utility exits 0 on success or 1 on failure. .Sh EXAMPLES ! Convert a hexadecimal value to decimal and print it out: .Pp .D1 Ic $ printf \&"%d\en\&" 0x20 .Pp