Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/fa40df2e217e
branches:  trunk
changeset: 750025:fa40df2e217e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Dec 14 07:29:23 2009 +0000

description:
Whitespace nit.

diffstat:

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

diffs (36 lines):

diff -r a59de18fbd59 -r fa40df2e217e lib/libc/stdio/scanf.3
--- a/lib/libc/stdio/scanf.3    Mon Dec 14 06:06:22 2009 +0000
+++ b/lib/libc/stdio/scanf.3    Mon Dec 14 07:29:23 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index