diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
commit | 0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch) | |
tree | b1f8223f0d93941122cb0666f5713cfccbf9a879 /usr.bin/printf/printf.1 | |
parent | a5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff) |
dispense with some wacky escape sequences;
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 05d0da81c53..e6bb3165c25 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.22 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: printf.1,v 1.23 2010/03/26 19:30:40 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: March 26 2010 $ .Dt PRINTF 1 .Os .Sh NAME @@ -258,7 +258,7 @@ The .Ar argument is printed in the style .Sm off -.Pf [\-]d Cm \&. No ddd Cm e No \\*(Pmdd +.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 @@ -307,7 +307,7 @@ The .Ar argument is printed in style .Sm off -.Pf [\-]0xh Cm \&. No hhh Cm p No [\\*(Pm]d +.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. |