diff docs/ccguide/scanf.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 73319ee6a57e
children c49be44efba2
line wrap: on
line diff
--- a/docs/ccguide/scanf.refentry	Wed Oct 16 20:02:22 2002 +0000
+++ b/docs/ccguide/scanf.refentry	Wed Oct 16 20:02:31 2002 +0000
@@ -23,6 +23,14 @@
 </para>
 </refsect1>
 
+<refsect1><title>Diagnostics</title>
+<para>
+These functions return EOF on end of input or error and a count
+which is shorter than expected for unexpected or unmatched
+items.
+</para>
+</refsect1>
+
 <refsect1><title>See Also</title>
 <para>
 <link linkend="atof">atoi(), atof()</link>,