diff src/file-io.cc @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents 1cfa3d9adf0a
children f96b9b9f141b
line wrap: on
line diff
--- a/src/file-io.cc	Mon Apr 04 13:37:13 2011 -0700
+++ b/src/file-io.cc	Mon Apr 04 15:33:46 2011 -0700
@@ -209,10 +209,10 @@
 
 DEFUN (fclose, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} fclose (@var{fid})\n\
+@deftypefn  {Built-in Function} {} fclose (@var{fid})\n\
 @deftypefnx {Built-in Function} {} fclose (\"all\")\n\
 Close the specified file.  If successful, @code{fclose} returns 0,\n\
-otherwise, it returns -1. The second form of the @code{fclose} call closes\n\
+otherwise, it returns -1.  The second form of the @code{fclose} call closes\n\
 all open files except @code{stdout}, @code{stderr}, and @code{stdin}.\n\
 @seealso{fopen, fseek, ftell}\n\
 @end deftypefn")