diff options
author | 2000-04-12 08:00:17 +0000 | |
---|---|---|
committer | 2000-04-12 08:00:17 +0000 | |
commit | 2235ed68591d8af1f72d4be91a82610c21a741e2 (patch) | |
tree | b9a6b00ed326d846ee00efcffc43a3cac699b374 | |
parent | typo (diff) | |
download | wireguard-openbsd-2235ed68591d8af1f72d4be91a82610c21a741e2.tar.xz wireguard-openbsd-2235ed68591d8af1f72d4be91a82610c21a741e2.zip |
list 'i' only once
-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 ) , |