diff src/file-io.cc @ 3243:dd00769643ae

[project @ 1999-05-28 04:19:00 by jwe]
author jwe
date Fri, 28 May 1999 04:19:24 +0000
parents 041ea33fbbf4
children a41cc560087a
line wrap: on
line diff
--- a/src/file-io.cc
+++ b/src/file-io.cc
@@ -654,9 +654,9 @@
        Inf : read as much as possible, returning a column vector\n\
              (unless doing all character conversions, in which case a\n\
              string is returned)\n\
-        NR : read as much as possible, returning a matrix with NR rows\n\
+        NR : read up to NR elements, returning a column vector\n\
   [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\
- [NR, Inf] : same as NR\n\
+ [NR, Inf] : read as much as possible, returning a matrix with NR rows\n\
 \n\
 If it is omitted, a value of Inf is assumed.\n\
 \n\
@@ -740,9 +740,9 @@
        Inf : read as much as possible, returning a column vector\n\
              (unless doing all character conversions, in which case a\n\
              string is returned)\n\
-        NR : read as much as possible, returning a matrix with NR rows\n\
+        NR : read up to NR elements, returning a column vector\n\
   [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\
- [NR, Inf] : same as NR\n\
+ [NR, Inf] : read as much as possible, returning a matrix with NR rows\n\
 \n\
 If it is omitted, a value of Inf is assumed.\n\
 \n\