Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Document %ll. Closes PR 42283.



details:   https://anonhg.NetBSD.org/src/rev/25926e270ae3
branches:  trunk
changeset: 750014:25926e270ae3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Dec 14 04:39:29 2009 +0000

description:
Document %ll. Closes PR 42283.

diffstat:

 lib/libc/stdio/scanf.3 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 5959aa777827 -r 25926e270ae3 lib/libc/stdio/scanf.3
--- a/lib/libc/stdio/scanf.3    Mon Dec 14 04:37:02 2009 +0000
+++ b/lib/libc/stdio/scanf.3    Mon Dec 14 04:39:29 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: scanf.3,v 1.20 2008/05/30 17:29:54 gdt Exp $
+.\"    $NetBSD: scanf.3,v 1.21 2009/12/14 04:39:29 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -181,6 +181,15 @@
 .Em double
 (rather than
 .Em float ) .
+.It Cm ll
+Indicates that the conversion will be one of
+.Cm dioux
+or
+.Cm n
+and the next pointer is a pointer to a
+.Em long long  int
+(rather than
+.Em int ) .
 .It Cm q
 Indicates that the conversion will be one of
 .Cm dioux



Home | Main Index | Thread Index | Old Index