comparison doc/interpreter/octave.1 @ 11696:65e0f7b770c9 release-3-0-x

Escape "-" signs that mean the "minus" character
author Rafael Laboissiere <rafael@debian.org>
date Tue, 18 Mar 2008 14:06:42 -0400
parents fd42779a8428
children 48ca45939fcc
comparison
equal deleted inserted replaced
11695:28d36331b049 11696:65e0f7b770c9
27 .SH OPTIONS 27 .SH OPTIONS
28 The complete set of command-line options for octave is available by 28 The complete set of command-line options for octave is available by
29 running the command 29 running the command
30 .nf 30 .nf
31 31
32 octave --help 32 octave \-\-help
33 33
34 .fi 34 .fi
35 .SH DESCRIPTION 35 .SH DESCRIPTION
36 Octave is a high-level language, primarily intended for numerical 36 Octave is a high-level language, primarily intended for numerical
37 computations. It provides a convenient command line interface for 37 computations. It provides a convenient command line interface for
43 .PP 43 .PP
44 You can read the on-line copy of the Octave documentation by issuing 44 You can read the on-line copy of the Octave documentation by issuing
45 the command 45 the command
46 .nf 46 .nf
47 47
48 octave:13> help -i 48 octave:13> help \-i
49 49
50 .fi 50 .fi
51 while running Octave interactively, by using the GNU Emacs info mode, 51 while running Octave interactively, by using the GNU Emacs info mode,
52 or by running standalone programs like info or xinfo. 52 or by running standalone programs like info or xinfo.
53 .SH BUGS 53 .SH BUGS