From 0e101a71f9c747c1bf5f853b2faba8c94458bab9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 26 Mar 2010 19:30:42 +0000 Subject: dispense with some wacky escape sequences; --- lib/libc/stdio/printf.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/stdio/printf.3') diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 91e10c45456..bcfc68a1063 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.57 2008/09/15 19:22:32 martynas Exp $ +.\" $OpenBSD: printf.3,v 1.58 2010/03/26 19:30:41 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 15 2008 $ +.Dd $Mdocdate: March 26 2010 $ .Dt PRINTF 3 .Os .Sh NAME @@ -448,7 +448,7 @@ The .Li double argument is rounded and converted 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 character @@ -539,7 +539,7 @@ The .Li double argument is rounded and converted to hexadecimal notation in the 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 the number of digits after the hexadecimal-point character is equal to the precision specification. -- cgit v1.2.3