From: <par...@us...> - 2012-08-26 19:32:26
|
Revision: 10919 http://octave.svn.sourceforge.net/octave/?rev=10919&view=rev Author: paramaniac Date: 2012-08-26 19:32:20 +0000 (Sun, 26 Aug 2012) Log Message: ----------- control: fix typos in doc Modified Paths: -------------- trunk/octave-forge/main/control/inst/test_control.m Modified: trunk/octave-forge/main/control/inst/test_control.m =================================================================== --- trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 18:16:46 UTC (rev 10918) +++ trunk/octave-forge/main/control/inst/test_control.m 2012-08-26 19:32:20 UTC (rev 10919) @@ -19,8 +19,9 @@ ## @deftypefn {Script File} {} test_control ## Execute all available tests at once. ## The Octave control package is based on the @uref{http://www.slicot.org, @acronym{SLICOT}} library. -## @acronym{SLICOT} needs @acronym{BLAS} and @acronym{LAPACK} libraries which are also prerequisite for Octave itself. -## In case of failing test, it is highly recommended to use +## @acronym{SLICOT} needs @acronym{BLAS} and @acronym{LAPACK} libraries which are also prerequisites +## for Octave itself. +## In case of failing tests, it is highly recommended to use ## @uref{http://www.netlib.org/blas/, Netlib's reference @acronym{BLAS}} and ## @uref{http://www.netlib.org/lapack/, @acronym{LAPACK}} ## for building Octave. Using @acronym{ATLAS} may lead to sign changes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |