scanf.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-05-19 19:10:58 +02:00
parent 8b7a20f02f
commit 0a5d2e219f
1 changed files with 2 additions and 3 deletions

View File

@ -462,9 +462,8 @@ Matches a sequence of characters whose length is specified by the
.I maximum field width
(default 1); the next pointer must be a pointer to
.IR char ,
and there must be enough room for all the characters (no terminating
null byte
is added).
and there must be enough room for all the characters
(no terminating null byte is added).
The usual skip of leading white space is suppressed.
To skip white space first, use an explicit space in the format.
.TP