=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printf/printf.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/printf/printf.1 1998/11/30 01:48:02 1.6 --- src/usr.bin/printf/printf.1 1999/06/05 01:21:37 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: printf.1,v 1.6 1998/11/30 01:48:02 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: printf.1,v 1.7 1999/06/05 01:21:37 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 42,48 **** .Nm printf .Nd formatted output .Sh SYNOPSIS ! .Nm printf .Ar format .Op Ar arguments ... .Sh DESCRIPTION --- 42,48 ---- .Nm printf .Nd formatted output .Sh SYNOPSIS ! .Nm printf .Ar format .Op Ar arguments ... .Sh DESCRIPTION *************** *** 71,77 **** .It A leading plus or minus sign is allowed. .It ! If the leading character is a single or double quote, the value is the .Tn ASCII code of the next character. .El --- 71,77 ---- .It A leading plus or minus sign is allowed. .It ! If the leading character is a single or double quote, the value is the .Tn ASCII code of the next character. .El *************** *** 81,87 **** Any extra format specifications are evaluated with zero or the null string. .Pp ! Character escape sequences are in backslash notation as defined in .St -ansiC . The characters and their meanings are as follows: --- 81,87 ---- Any extra format specifications are evaluated with zero or the null string. .Pp ! Character escape sequences are in backslash notation as defined in .St -ansiC . The characters and their meanings are as follows: *************** *** 106,112 **** Write a character. .It Cm \e\e Write a backslash character. ! .It Cm \e Ns Ar num Write an 8-bit character whose .Tn ASCII value is the 1-, 2-, or 3-digit --- 106,112 ---- Write a character. .It Cm \e\e Write a backslash character. ! .It Cm \e Ns Ar num Write an 8-bit character whose .Tn ASCII value is the 1-, 2-, or 3-digit *************** *** 195,201 **** which specifies the number of digits to appear after the decimal point, for .Cm e ! and .Cm f formats, or the maximum number of characters to be printed from a string; if the digit string is missing, the precision is treated --- 195,201 ---- which specifies the number of digits to appear after the decimal point, for .Cm e ! and .Cm f formats, or the maximum number of characters to be printed from a string; if the digit string is missing, the precision is treated *************** *** 226,232 **** .It Cm f The .Ar argument ! is printed in the style .Sm off .Pf [\-]ddd Cm \&. No ddd .Sm on --- 226,232 ---- .It Cm f The .Ar argument ! is printed in the style .Sm off .Pf [\-]ddd Cm \&. No ddd .Sm on *************** *** 238,244 **** .It Cm eE The .Ar argument ! is printed in the style .Sm off .Pf [\-]d Cm \&. No ddd Cm e No \\*(Pmdd .Sm on --- 238,244 ---- .It Cm eE The .Ar argument ! is printed in the style .Sm off .Pf [\-]d Cm \&. No ddd Cm e No \\*(Pmdd .Sm on *************** *** 292,298 **** .Sh STANDARDS The .Nm printf ! utility conforms to .St -p1003.2-92 . .Sh BUGS Since arguments are translated from --- 292,298 ---- .Sh STANDARDS The .Nm printf ! utility conforms to .St -p1003.2-92 . .Sh BUGS Since arguments are translated from