Mercurial > hg > octave-nkf
diff src/file-io.cc @ 7096:81bed50b9feb
[project @ 2007-11-02 16:13:43 by jwe]
author | jwe |
---|---|
date | Fri, 02 Nov 2007 16:13:44 +0000 |
parents | 405cf85b435c |
children | e8c94e473c68 |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -1424,10 +1424,11 @@ default, @code{fread} returns a double precision array. The special\n\ form @samp{*TYPE} is shorthand for @samp{TYPE=>TYPE}.\n\ \n\ -The conversion and repeat counts may be combined. For example,\n\ -@samp{32*single=>single} causes @code{fread} to read blocks of single\n\ -precision floating point values and return an array of single precision\n\ -values instead of the default array of double precision values.\n\ +The conversion and repeat counts may be combined. For example, the\n\ +specification @samp{32*single=>single} causes @code{fread} to read\n\ +blocks of single precision floating point values and return an array\n\ +of single precision values instead of the default array of double\n\ +precision values.\n\ \n\ The optional argument @var{skip} specifies the number of bytes to skip\n\ after each element (or block of elements) is read. If it is not\n\