Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Remove duplicated 'i' from list of numeric fo...



details:   https://anonhg.NetBSD.org/src/rev/03b17fba2267
branches:  trunk
changeset: 811852:03b17fba2267
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 19 10:03:26 2015 +0000

description:
Remove duplicated 'i' from list of numeric formats

diffstat:

 lib/libc/stdio/printf.3 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ffab590d1f2d -r 03b17fba2267 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Thu Nov 19 07:03:13 2015 +0000
+++ b/lib/libc/stdio/printf.3   Thu Nov 19 10:03:26 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.64 2014/09/29 14:58:33 christos Exp $
+.\"    $NetBSD: printf.3,v 1.65 2015/11/19 10:03:26 pgoyette 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 September 29, 2014
+.Dd November 19, 2015
 .Dt PRINTF 3
 .Os
 .Sh NAME
@@ -279,7 +279,6 @@
 .Cm i ,
 .Cm o ,
 .Cm u ,
-.Cm i ,
 .Cm x ,
 and
 .Cm X ) ,



Home | Main Index | Thread Index | Old Index