Module Name: src
Committed By: wiz
Date: Mon Dec 14 07:29:23 UTC 2009
Modified Files:
src/lib/libc/stdio: scanf.3
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/lib/libc/stdio/scanf.3:1.23
--- src/lib/libc/stdio/scanf.3:1.22 Mon Dec 14 04:40:29 2009
+++ src/lib/libc/stdio/scanf.3 Mon Dec 14 07:29:23 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: scanf.3,v 1.22 2009/12/14 04:40:29 dholland Exp $
+.\" $NetBSD: scanf.3,v 1.23 2009/12/14 07:29:23 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -145,7 +145,7 @@
or
.Cm n
and the next pointer is a pointer to a
-.Em short int
+.Em short int
(rather than
.Em int ) .
.It Cm hh
@@ -172,7 +172,7 @@
or
.Cm n
and the next pointer is a pointer to a
-.Em long int
+.Em long int
(rather than
.Em int ) ,
or that the conversion will be one of
@@ -187,7 +187,7 @@
or
.Cm n
and the next pointer is a pointer to a
-.Em long long int
+.Em long long int
(rather than
.Em int ) .
.It Cm q