diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:11:38 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:11:38 +0000 |
commit | 1f04cc973175969e12b929182aa1683787949be7 (patch) | |
tree | 1ef45d2ec928a39833105440f0cf8a5a28a7d128 /man3/scanf.3 | |
parent | 2169c23cf5edd1f16ae8ec8e5d2c4994b856541f (diff) |
s/nonempty/non-empty/
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 |