From: hugh Date: Wed, 12 Apr 2000 08:00:17 +0000 (+0000) Subject: list 'i' only once X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2235ed68591d8af1f72d4be91a82610c21a741e2;p=openbsd list 'i' only once --- diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index a214650bd09..8cebcdd714e 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.22 2000/01/12 00:42:46 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.23 2000/04/12 08:00:17 hugh Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -252,7 +252,6 @@ If a precision is given with a numeric conversion .Cm i , .Cm o , .Cm u , -.Cm i , .Cm x , and .Cm X ) ,