1 --- scanf.3.orig Fri Mar 11 17:08:59 2005
2 +++ scanf.3 Fri Mar 11 17:03:13 2005
4 each successive conversion specifier
11 All conversions are introduced by the
13 -(percent sign) character.
14 +(percent sign) character or
16 +sequence. In the latter case the next
20 +th argument after the format string.
25 when an input character does not match such a format character.
27 when an input conversion cannot be made (see below).
29 +Extended locale versions of these functions are documented in
33 +for more information.
37 -character introducing a conversion
40 +sequence introducing a conversion
41 there may be a number of
43 characters, as follows:
61 -modifiers for positional arguments are not implemented.