comparison src/octave.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents f5dbac015606
children e678346a47d9
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
899 octave --no-line-editing --silent\n\ 899 octave --no-line-editing --silent\n\
900 @end example\n\ 900 @end example\n\
901 \n\ 901 \n\
902 @noindent\n\ 902 @noindent\n\
903 @code{argv} would return a cell array of strings with the elements\n\ 903 @code{argv} would return a cell array of strings with the elements\n\
904 @code{--no-line-editing} and @code{--silent}.\n\ 904 @option{--no-line-editing} and @option{--silent}.\n\
905 \n\ 905 \n\
906 If you write an executable Octave script, @code{argv} will return the\n\ 906 If you write an executable Octave script, @code{argv} will return the\n\
907 list of arguments passed to the script. @xref{Executable Octave Programs},\n\ 907 list of arguments passed to the script. @xref{Executable Octave Programs},\n\
908 for an example of how to create an executable Octave script.\n\ 908 for an example of how to create an executable Octave script.\n\
909 @end deftypefn") 909 @end deftypefn")