comparison libinterp/corefcn/load-save.cc @ 17170:d6499c14021c

doc: Periodic grammarcheck of documentation. * doc/interpreter/basics.txi, doc/interpreter/expr.txi, doc/interpreter/install.txi, doc/interpreter/java.txi, doc/interpreter/plot.txi, doc/interpreter/sparse.txi, doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc, libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy, liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m, scripts/image/imread.m, scripts/image/imwrite.m, scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m, scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m, scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m, scripts/prefs/preferences.m, scripts/signal/fftfilt.m, scripts/strings/isstrprop.m, scripts/testfun/assert.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:08:39 -0700
parents 68fc671a9339
children ca5103ab0b21
comparison
equal deleted inserted replaced
17169:9ba57ed05207 17170:d6499c14021c
615 @item -import\n\ 615 @item -import\n\
616 This option is accepted for backward compatibility but is ignored.\n\ 616 This option is accepted for backward compatibility but is ignored.\n\
617 Octave can now support multi-dimensional HDF data and automatically\n\ 617 Octave can now support multi-dimensional HDF data and automatically\n\
618 modifies variable names if they are invalid Octave identifiers.\n\ 618 modifies variable names if they are invalid Octave identifiers.\n\
619 \n\ 619 \n\
620 @item -mat\n\ 620 @item -mat\n\
621 @itemx -mat-binary\n\ 621 @itemx -mat-binary\n\
622 @itemx -6\n\ 622 @itemx -6\n\
623 @itemx -v6\n\ 623 @itemx -v6\n\
624 @itemx -7\n\ 624 @itemx -7\n\
625 @itemx -v7\n\ 625 @itemx -v7\n\
1507 @item -float-hdf5\n\ 1507 @item -float-hdf5\n\
1508 Save the data in @sc{hdf5} format but only using single precision.\n\ 1508 Save the data in @sc{hdf5} format but only using single precision.\n\
1509 Only use this format if you know that all the\n\ 1509 Only use this format if you know that all the\n\
1510 values to be saved can be represented in single precision.\n\ 1510 values to be saved can be represented in single precision.\n\
1511 \n\ 1511 \n\
1512 @item -V7\n\ 1512 @item -V7\n\
1513 @itemx -v7\n\ 1513 @itemx -v7\n\
1514 @itemx -7\n\ 1514 @itemx -7\n\
1515 @itemx -mat7-binary\n\ 1515 @itemx -mat7-binary\n\
1516 Save the data in @sc{matlab}'s v7 binary data format.\n\ 1516 Save the data in @sc{matlab}'s v7 binary data format.\n\
1517 \n\ 1517 \n\
1518 @item -V6\n\ 1518 @item -V6\n\
1519 @itemx -v6\n\ 1519 @itemx -v6\n\
1520 @itemx -6\n\ 1520 @itemx -6\n\
1521 @itemx -mat\n\ 1521 @itemx -mat\n\
1522 @itemx -mat-binary\n\ 1522 @itemx -mat-binary\n\
1523 Save the data in @sc{matlab}'s v6 binary data format.\n\ 1523 Save the data in @sc{matlab}'s v6 binary data format.\n\
1524 \n\ 1524 \n\
1525 @item -V4\n\ 1525 @item -V4\n\
1526 @itemx -v4\n\ 1526 @itemx -v4\n\
1527 @itemx -4\n\ 1527 @itemx -4\n\
1528 @itemx -mat4-binary\n\ 1528 @itemx -mat4-binary\n\
1529 Save the data in the binary format written by @sc{matlab} version 4.\n\ 1529 Save the data in the binary format written by @sc{matlab} version 4.\n\
1530 \n\ 1530 \n\
1531 @item -text\n\ 1531 @item -text\n\
1532 Save the data in Octave's text data format. (default).\n\ 1532 Save the data in Octave's text data format. (default).\n\
1533 \n\ 1533 \n\
1534 @item -zip\n\ 1534 @item -zip\n\
1535 @itemx -z\n\ 1535 @itemx -z\n\
1536 Use the gzip algorithm to compress the file. This works equally on files\n\ 1536 Use the gzip algorithm to compress the file. This works equally on files\n\
1537 that are compressed with gzip outside of octave, and gzip can equally be\n\ 1537 that are compressed with gzip outside of octave, and gzip can equally be\n\
1538 used to convert the files for backward compatibility.\n\ 1538 used to convert the files for backward compatibility.\n\
1539 This option is only available if Octave was built with a link to the zlib\n\ 1539 This option is only available if Octave was built with a link to the zlib\n\