Mercurial > hg > octave-lyh
diff scripts/io/fileread.m @ 12516:3d6584617da0
Add fileread to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 17 Mar 2011 21:41:15 -0700 |
parents | c792872f8942 |
children | 2b98014771b4 |
line wrap: on
line diff
--- a/scripts/io/fileread.m +++ b/scripts/io/fileread.m @@ -18,8 +18,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{str} =} fileread (@var{filename}) -## Read the contents of a file and return it as a string. -## @seealso{fread, textread} +## Read the contents of @var{filename} and return it as a string. +## @seealso{fread, textread, sscanf} ## @end deftypefn function str = fileread (filename)