Mercurial > hg > octave-nkf
diff src/file-io.cc @ 5421:0f6947621602
[project @ 2005-07-28 17:54:42 by jwe]
author | jwe |
---|---|
date | Thu, 28 Jul 2005 17:54:42 +0000 |
parents | f654f94c46af |
children | 2618a0750ae6 |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -699,7 +699,7 @@ position), @code{SEEK_SET} (beginning), or @code{SEEK_END} (end of\n\ file) or strings \"cof\", \"bof\" or \"eof\". If @var{origin} is omitted,\n\ @code{SEEK_SET} is assumed. The offset must be zero, or a value returned\n\ -by @code{ftell} (in which case @var{origin} must be @code{SEEK_SET}.\n\ +by @code{ftell} (in which case @var{origin} must be @code{SEEK_SET}).\n\ \n\ Return 0 on success and -1 on error.\n\ @end deftypefn\n\