From 57e0101802d8cb4e85cd42d651f1ea044adb8c0e Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 5 Apr 2010 21:24:14 +0000 Subject: \\*(Pm -> \*(Pm --- usr.bin/printf/printf.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/printf/printf.1') diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index ad50877f1e1..3f48f6856a1 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.23 2009/03/11 13:57:39 joerg Exp $ +.\" $NetBSD: printf.1,v 1.24 2010/04/05 21:24:14 joerg Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -277,7 +277,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 -- cgit