diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-04-12 08:00:18 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-04-12 08:00:18 +0000 |
commit | 3c9dcf55889e63d1758128b6071e89101769d0ae (patch) | |
tree | fb83ffa52fc74f39299e3287f4ea7541bbd919f6 /lib/libc/stdio | |
parent | 3f4f4bacb89d4dc69e16963df93d70549981cacb (diff) |
list 'i' only once
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
1 files changed, 1 insertions, 2 deletions
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 ) , |