diff options
Diffstat (limited to 'man3/scanf.3')
-rw-r--r-- | man3/scanf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3 index 68d4e187..80b99cd8 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -464,7 +464,7 @@ The usual skip of leading white space is suppressed. To skip white space first, use an explicit space in the format. .TP .B \&[ -Matches a nonempty sequence of characters from the specified set of +Matches a non-empty sequence of characters from the specified set of accepted characters; the next pointer must be a pointer to .IR char , and there must be enough room for all the characters in the string, plus a |