=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/printf/printf.1,v retrieving revision 1.6 retrieving revision 1.7 diff -u -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 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.6 1998/11/30 01:48:02 aaron Exp $ +.\" $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,7 +42,7 @@ .Nm printf .Nd formatted output .Sh SYNOPSIS -.Nm printf +.Nm printf .Ar format .Op Ar arguments ... .Sh DESCRIPTION @@ -71,7 +71,7 @@ .It A leading plus or minus sign is allowed. .It -If the leading character is a single or double quote, the value is the +If the leading character is a single or double quote, the value is the .Tn ASCII code of the next character. .El @@ -81,7 +81,7 @@ Any extra format specifications are evaluated with zero or the null string. .Pp -Character escape sequences are in backslash notation as defined in +Character escape sequences are in backslash notation as defined in .St -ansiC . The characters and their meanings are as follows: @@ -106,7 +106,7 @@ Write a character. .It Cm \e\e Write a backslash character. -.It Cm \e Ns Ar num +.It Cm \e Ns Ar num Write an 8-bit character whose .Tn ASCII value is the 1-, 2-, or 3-digit @@ -195,7 +195,7 @@ which specifies the number of digits to appear after the decimal point, for .Cm e -and +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,7 +226,7 @@ .It Cm f The .Ar argument -is printed in the style +is printed in the style .Sm off .Pf [\-]ddd Cm \&. No ddd .Sm on @@ -238,7 +238,7 @@ .It Cm eE The .Ar argument -is printed in the style +is printed in the style .Sm off .Pf [\-]d Cm \&. No ddd Cm e No \\*(Pmdd .Sm on @@ -292,7 +292,7 @@ .Sh STANDARDS The .Nm printf -utility conforms to +utility conforms to .St -p1003.2-92 . .Sh BUGS Since arguments are translated from