Mercurial > hg > octave-lyh
diff src/file-io.cc @ 11572:7d6d8c1e471f
Grammarcheck Texinfo for files in src directory.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 17:51:22 -0800 |
parents | 57632dea2446 |
children | 12df7854fa7c |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -210,7 +210,7 @@ DEFUN (fclose, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} fclose (@var{fid})\n\ -Closes the specified file. If successful, @code{fclose} returns 0,\n\ +Close the specified file. If successful, @code{fclose} returns 0,\n\ otherwise, it returns -1.\n\ @seealso{fopen, fseek, ftell}\n\ @end deftypefn") @@ -394,7 +394,7 @@ DEFUN (fskipl, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} fskipl (@var{fid}, @var{count})\n\ -Skips a given number of lines, i.e., discards characters until an end-of-line\n\ +Skip a given number of lines, i.e., discards characters until an end-of-line\n\ is met exactly @var{count}-times, or end-of-file occurs.\n\ Returns the number of lines skipped (end-of-line sequences encountered).\n\ If @var{count} is omitted, it defaults to 1. @var{count} may also be\n\