Whitespace nit.
This commit is contained in:
parent
5934d74fc2
commit
6277279df4
@ -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 @@ Indicates that the conversion will be one of
|
||||
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 @@ Indicates either that the conversion will be one of
|
||||
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 @@ Indicates that the conversion will be one of
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user