comparison 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
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
207 return retval; 207 return retval;
208 } 208 }
209 209
210 DEFUN (fclose, args, , 210 DEFUN (fclose, args, ,
211 "-*- texinfo -*-\n\ 211 "-*- texinfo -*-\n\
212 @deftypefn {Built-in Function} {} fclose (@var{fid})\n\ 212 @deftypefn {Built-in Function} {} fclose (@var{fid})\n\
213 @deftypefnx {Built-in Function} {} fclose (\"all\")\n\ 213 @deftypefnx {Built-in Function} {} fclose (\"all\")\n\
214 Close the specified file. If successful, @code{fclose} returns 0,\n\ 214 Close the specified file. If successful, @code{fclose} returns 0,\n\
215 otherwise, it returns -1. The second form of the @code{fclose} call closes\n\ 215 otherwise, it returns -1. The second form of the @code{fclose} call closes\n\
216 all open files except @code{stdout}, @code{stderr}, and @code{stdin}.\n\ 216 all open files except @code{stdout}, @code{stderr}, and @code{stdin}.\n\
217 @seealso{fopen, fseek, ftell}\n\ 217 @seealso{fopen, fseek, ftell}\n\
218 @end deftypefn") 218 @end deftypefn")
219 { 219 {
220 octave_value retval = -1; 220 octave_value retval = -1;