summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/scanf.3
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
commitc6ff3a1bf74d96278726113478b2c66884aab584 (patch)
tree6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libc/stdio/scanf.3
parent55609eba05d32edc56e3f69740099d4d9b095cef (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/scanf.3')
-rw-r--r--lib/libc/stdio/scanf.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index 1144f5a18734..f6be01805b1f 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -397,7 +397,8 @@ conversion.
The value
.Dv EOF
is returned if an input failure occurs before any conversion such as an
-end-of-file occurs. If an error or end-of-file occurs after conversion
+end-of-file occurs.
+If an error or end-of-file occurs after conversion
has begun,
the number of conversions which were successfully completed is returned.
.Sh SEE ALSO