=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printf/printf.1,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/printf/printf.1 2014/10/22 21:00:05 1.28 --- src/usr.bin/printf/printf.1 2015/02/28 21:51:57 1.29 *************** *** 1,4 **** ! .\" $OpenBSD: printf.1,v 1.28 2014/10/22 21:00:05 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: printf.1,v 1.29 2015/02/28 21:51:57 bentley Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 32,38 **** .\" .\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91 .\" ! .Dd $Mdocdate: October 22 2014 $ .Dt PRINTF 1 .Os .Sh NAME --- 32,38 ---- .\" .\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91 .\" ! .Dd $Mdocdate: February 28 2015 $ .Dt PRINTF 1 .Os .Sh NAME *************** *** 251,257 **** .Ar argument is printed in the style .Sm off ! .Pf [\-]d Cm \&. No ddd Cm e No \*(Pmdd .Sm on where there is one digit before the decimal point and the number after is equal to --- 251,257 ---- .Ar argument is printed in the style .Sm off ! .Pf [\-]d Cm \&. No ddd Cm e No \(+-dd .Sm on where there is one digit before the decimal point and the number after is equal to *************** *** 300,306 **** .Ar argument is printed in style .Sm off ! .Pf [\-]0xh Cm \&. No hhh Cm p No [\*(Pm]d .Sm on where there is one digit before the hexadecimal point and the number after is equal to the precision specification for the argument. --- 300,306 ---- .Ar argument is printed in style .Sm off ! .Pf [\-]0xh Cm \&. No hhh Cm p No [\(+-]d .Sm on where there is one digit before the hexadecimal point and the number after is equal to the precision specification for the argument.