# HG changeset patch # User John W. Eaton # Date 1235150001 18000 # Node ID 235d71d7722136016f4d4f52b67e2d5170e617c0 # Parent 8463d1a2e54495f840191db38582c48a1f32420f doc fixes diff -r 8463d1a2e544 -r 235d71d77221 doc/interpreter/sparse.txi --- 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 diff -r 8463d1a2e544 -r 235d71d77221 scripts/general/bicubic.m --- 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.