changeset 8829:235d71d77221

doc fixes
author John W. Eaton <jwe@octave.org>
date Fri, 20 Feb 2009 12:13:21 -0500
parents 8463d1a2e544
children fa981a053064
files doc/interpreter/sparse.txi scripts/general/bicubic.m
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Fri Feb 20 11:17:01 2009 -0500
+++ b/doc/interpreter/sparse.txi	Fri Feb 20 12:13:21 2009 -0500
@@ -626,7 +626,7 @@
 the reordering functions @dfn{colperm} and @dfn{randperm} are
 also available.
 
-@xref{fig:simplematrix} for an example of the structure of a simple 
+@xref{fig:simplematrix}, for an example of the structure of a simple 
 positive definite matrix.
 
 @float Figure,fig:simplematrix
--- a/scripts/general/bicubic.m	Fri Feb 20 11:17:01 2009 -0500
+++ b/scripts/general/bicubic.m	Fri Feb 20 12:13:21 2009 -0500
@@ -23,7 +23,6 @@
 ## interpolations at @var{xi} and @var{yi} of the data supplied
 ## as @var{x}, @var{y} and @var{z}. Points outside the grid are set
 ## to @var{extrapval}.
-
 ##
 ## See @url{http://wiki.woodpecker.org.cn/moin/Octave/Bicubic}
 ## for further information.