diff doc/interpreter/io.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents ee9e525744f0
children 8463d1a2e544
line wrap: on
line diff
--- a/doc/interpreter/io.txi
+++ b/doc/interpreter/io.txi
@@ -125,6 +125,8 @@
 
 @DOCSTRING(menu)
 
+@DOCSTRING(yes_or_no)
+
 For @code{input}, the normal command line history and editing functions
 are available at the prompt.
 
@@ -975,7 +977,9 @@
 
 @DOCSTRING(tmpnam)
 
-@node EOF and Errors
+@DOCSTRING(octave_tmp_file_name)
+
+@node EOF and Errors, File Positioning, Temporary Files, C-Style I/O Functions
 @subsection End of File and Errors
 
 Once a file has been opened its status can be acquired.  As an example
@@ -1003,6 +1007,8 @@
 
 @DOCSTRING(ferror)
 
+@DOCSTRING(fclear)
+
 @DOCSTRING(freport)
 
 @node File Positioning