scanf.3: Minor wording fix in %s description

Reported-by: Stefan Tauner <tauner@technikum-wien.at>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-04 20:05:17 +01:00
parent 73ea29aac2
commit dd1d112d2f
1 changed files with 2 additions and 2 deletions

View File

@ -451,8 +451,8 @@ Equivalent to
.TP
.B s
Matches a sequence of non-white-space characters;
the next pointer must be a pointer to character array that is
long enough to hold the input sequence and
the next pointer must be a pointer to the initial element of a
character array that is long enough to hold the input sequence and
the terminating null byte (\(aq\\0\(aq), which is added automatically.
The input string stops at white space or at the maximum field
width, whichever occurs first.