changeset 12631:0c956011c35c

OctaveFAQ.texi: Fix texinfo in FAQ I broke earlier
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sun, 24 Apr 2011 14:13:06 -0500
parents f154bef3cf61
children 5109be17eb49
files doc/faq/OctaveFAQ.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/faq/OctaveFAQ.texi
+++ b/doc/faq/OctaveFAQ.texi
@@ -63,7 +63,7 @@
 * Getting Octave::
 * Installation::
 * Common problems::
-* How do I ...?::
+* Using Octave::
 * @sc{Matlab} compatibility::
 * Index::
 @end menu
@@ -785,6 +785,7 @@
 
 @menu
 * How do I set the number of displayed decimals?::
+* How does Octave solve linear systems?::
 @end menu
 
 @cindex Tips and tricks
@@ -804,9 +805,8 @@
 @end group
 @end example
 
-@menu
-* How does Octave solve linear systems?
-@end menu
+@node How does Octave solve linear systems?
+@section How does Octave solve linear systems?
 
 @cindex backslash operator
 
@@ -814,7 +814,7 @@
 Octave manual contains a complete high-level description of the
 algorithm that Octave uses to decide how to solve a particular linear
 system, e.g. how the backslash operator @code{A\x} will be interpreted.
-Sections ``Techniques used for Linear Algebra'' and ``Linear Algebra on
+Sections ``Techniques Used for Linear Algebra'' and ``Linear Algebra on
 Sparse Matrices'' from the manual describe this procedure.
 
 @node @sc{Matlab} compatibility