Module Name:    src
Committed By:   dholland
Date:           Mon Dec 14 04:39:29 UTC 2009

Modified Files:
        src/lib/libc/stdio: scanf.3

Log Message:
Document %ll. Closes PR 42283.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/scanf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/scanf.3
diff -u src/lib/libc/stdio/scanf.3:1.20 src/lib/libc/stdio/scanf.3:1.21
--- src/lib/libc/stdio/scanf.3:1.20	Fri May 30 17:29:54 2008
+++ src/lib/libc/stdio/scanf.3	Mon Dec 14 04:39:29 2009
@@ -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

Reply via email to