Mercurial > hg > octave-nkf
diff src/file-io.cc @ 2802:bca5fbab2e52
[project @ 1997-03-09 11:02:27 by jwe]
author | jwe |
---|---|
date | Sun, 09 Mar 1997 11:03:18 +0000 |
parents | 9aeba8e006a4 |
children | 60ae49e1284f |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -934,7 +934,7 @@ SKIP : number of bytes to skip before each element is read\n\ (default is 0)\n\ \n\ - ARCH : string specifying the data format for the file. Valid + ARCH : string specifying the data format for the file. Valid\n\ values are\n\ \n\ native -- the format of the current machine (default)\n\ @@ -1071,7 +1071,7 @@ SKIP : number of bytes to skip before each element is read\n\ (the default is 0)\n\ \n\ - ARCH : string specifying the data format for the file. Valid + ARCH : string specifying the data format for the file. Valid\n\ values are\n\ \n\ native -- the format of the current machine (default)\n\ @@ -1079,12 +1079,11 @@ ieee-be -- IEEE little endian\n\ vaxd -- VAX D floating format\n\ vaxg -- VAX G floating format\n\ - cray -- Cray floating format\n + cray -- Cray floating format\n\ \n\ however, conversions are currently only supported for ieee-be, and\n\ ieee-le formats.\n\ \n\ -\n\ COUNT : number of elements written") { octave_value retval = -1.0; @@ -1307,10 +1306,10 @@ DEFUN (umask, args, , "umask (MASK)\n\ \n\ -Change the file permission mask for file creation for the current -process. MASK is an integer, interpreted as an octal number. If -successful, returns the previous value of the mask (as an integer to -be interpreted as an octal number); otherwise an error message is +Change the file permission mask for file creation for the current\n\ +process. MASK is an integer, interpreted as an octal number. If\n\ +successful, returns the previous value of the mask (as an integer to\n\ +be interpreted as an octal number); otherwise an error message is\n\ printed.") { octave_value_list retval;