# HG changeset patch # User John W. Eaton # Date 1206563234 14400 # Node ID eb7bdde776f224d646e2800bacd3c8551e43d3a8 # Parent 1eac99a280a2aa833474dac3bba52211aab5ca35 Texinfo fixes diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/ChangeLog --- a/scripts/ChangeLog Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/ChangeLog Wed Mar 26 16:27:14 2008 -0400 @@ -1,3 +1,13 @@ +2008-03-26 John W. Eaton + + * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, + geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, + image/imagesc.m, io/csvread.m, io/csvwrite.m, + miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, + plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, + polynomial/pchip.m, polynomial/spline.m, set/unique.m: + Texinfo fixes. + 2008-03-26 Jaroslav Hajek * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/control/hinf/h2syn.m --- a/scripts/control/hinf/h2syn.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/control/hinf/h2syn.m Wed Mar 26 16:27:14 2008 -0400 @@ -18,7 +18,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{K}, @var{gain}, @var{kc}, @var{kf}, @var{pc}, @var{pf}] = } h2syn (@var{asys}, @var{nu}, @var{ny}, @var{tol}) +## @deftypefn {Function File} {[@var{K}, @var{gain}, @var{kc}, @var{kf}, @var{pc}, @var{pf}] =} h2syn (@var{asys}, @var{nu}, @var{ny}, @var{tol}) ## Design ## @iftex ## @tex diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/general/__splinen__.m --- a/scripts/general/__splinen__.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/general/__splinen__.m Wed Mar 26 16:27:14 2008 -0400 @@ -19,7 +19,7 @@ ## Undocumented internal function. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{yi} = } __splinen__ (@var{x}, @var{y}, @var{xi}) +## @deftypefn {Function File} {@var{yi} =} __splinen__ (@var{x}, @var{y}, @var{xi}) ## Internal support function for multi-dimensional splines. ## @end deftypefn diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/general/gradient.m --- a/scripts/general/gradient.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/general/gradient.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,10 +17,10 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{x} = } gradient (@var{M}) -## @deftypefnx {Function File} {[@var{x}, @var{y}, @dots{}] = } gradient (@var{M}) -## @deftypefnx {Function File} {[@dots{}] = } gradient (@var{M}, @var{s}) -## @deftypefnx {Function File} {[@dots{}] = } gradient (@var{M}, @var{dx}, @var{dy}, @dots{}) +## @deftypefn {Function File} {@var{x} =} gradient (@var{M}) +## @deftypefnx {Function File} {[@var{x}, @var{y}, @dots{}] =} gradient (@var{M}) +## @deftypefnx {Function File} {[@dots{}] =} gradient (@var{M}, @var{s}) +## @deftypefnx {Function File} {[@dots{}] =} gradient (@var{M}, @var{dx}, @var{dy}, @dots{}) ## ## Calculates the gradient. @code{@var{x} = gradient (@var{M})} ## calculates the one dimensional gradient if @var{M} is a vector. If diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/geometry/inpolygon.m --- a/scripts/geometry/inpolygon.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/geometry/inpolygon.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{in}, @var{on}] = } inpolygon (@var{x}, @var{y}, @var{xv}, @var{xy}) +## @deftypefn {Function File} {[@var{in}, @var{on}] =} inpolygon (@var{x}, @var{y}, @var{xv}, @var{xy}) ## ## For a polygon defined by @code{(@var{xv}, @var{yv})} points, determine ## if the points @code{(@var{x}, @var{y})} are inside or outside the polygon. diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/geometry/trimesh.m --- a/scripts/geometry/trimesh.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/geometry/trimesh.m Wed Mar 26 16:27:14 2008 -0400 @@ -18,7 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} trimesh (@var{tri}, @var{x}, @var{y}, @var{z}) -## @deftypefnx {Function File} {@var{h} = } trimesh (@dots{}) +## @deftypefnx {Function File} {@var{h} =} trimesh (@dots{}) ## Plot a triangular mesh in 3D. The variable @var{tri} is the triangular ## meshing of the points @code{(@var{x}, @var{y})} which is returned ## from @code{delaunay}. The variable @var{z} is value at the point diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/geometry/triplot.m --- a/scripts/geometry/triplot.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/geometry/triplot.m Wed Mar 26 16:27:14 2008 -0400 @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} triplot (@var{tri}, @var{x}, @var{y}) ## @deftypefnx {Function File} {} triplot (@var{tri}, @var{x}, @var{y}, @var{linespec}) -## @deftypefnx {Function File} {@var{h} = } triplot (@dots{}) +## @deftypefnx {Function File} {@var{h} =} triplot (@dots{}) ## Plot a triangular mesh in 2D. The variable @var{tri} is the triangular ## meshing of the points @code{(@var{x}, @var{y})} which is returned from ## @code{delaunay}. If given, the @var{linespec} determines the properties diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/image/imagesc.m --- a/scripts/image/imagesc.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/image/imagesc.m Wed Mar 26 16:27:14 2008 -0400 @@ -22,7 +22,7 @@ ## @deftypefnx {Function File} {} imagesc (@var{x}, @var{y}, @var{a}) ## @deftypefnx {Function File} {} imagesc (@dots{}, @var{limits}) ## @deftypefnx {Function File} {} imagesc (@var{h}, @dots{}) -## @deftypefnx {Function File} { @var{h} = } imagesc (@dots{}) +## @deftypefnx {Function File} {@var{h} =} imagesc (@dots{}) ## Display a scaled version of the matrix @var{a} as a color image. The ## colormap is scaled so that the entries of the matrix occupy the entire ## colormap. If @var{limits} = [@var{lo}, @var{hi}] are given, then that diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/io/csvread.m --- a/scripts/io/csvread.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/io/csvread.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{x}} = csvread (@var{filename}) +## @deftypefn {Function File} {@var{x} =} csvread (@var{filename}) ## Read the matrix @var{x} from a file. ## ## This function is equivalent to diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/io/csvwrite.m --- a/scripts/io/csvwrite.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/io/csvwrite.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{x}} = csvwrite (@var{filename}, @var{x}) +## @deftypefn {Function File} {@var{x} =} csvwrite (@var{filename}, @var{x}) ## Write the matrix @var{x} to a file. ## ## This function is equivalent to diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/miscellaneous/edit.m Wed Mar 26 16:27:14 2008 -0400 @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Command} edit @var{name} ## @deftypefnx {Command} edit @var{field} @var{value} -## @deftypefnx {Command} @var{value} = edit get @var{field} +## @deftypefnx {Command} {@var{value} =} edit get @var{field} ## Edit the named function, or change editor settings. ## ## If @code{edit} is called with the name of a file or function as diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/miscellaneous/tempname.m --- a/scripts/miscellaneous/tempname.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/miscellaneous/tempname.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {filename = } tempname () +## @deftypefn {Function File} {filename =} tempname () ## This function is an alias for @code{tmpnam}. ## @end deftypefn diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/plot/fill.m --- a/scripts/plot/fill.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/plot/fill.m Wed Mar 26 16:27:14 2008 -0400 @@ -21,7 +21,7 @@ ## @deftypefnx {Function File} {} fill (@var{x1}, @var{y1}, @var{c1}, @var{x2}, @var{y2}, @var{c2}) ## @deftypefnx {Function File} {} fill (@dots{}, @var{prop}, @var{val}) ## @deftypefnx {Function File} {} fill (@var{h}, @dots{}) -## @deftypefnx {Function File} {@var{h} = } fill (@dots{}) +## @deftypefnx {Function File} {@var{h} =} fill (@dots{}) ## Create one or more filled patch objects, returning a patch object for each. ## @end deftypefn diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/plot/patch.m --- a/scripts/plot/patch.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/plot/patch.m Wed Mar 26 16:27:14 2008 -0400 @@ -23,7 +23,7 @@ ## @deftypefnx {Function File} {} patch ('Faces', @var{f}, 'Vertices', @var{v}, @dots{}) ## @deftypefnx {Function File} {} patch (@dots{}, @var{prop}, @var{val}) ## @deftypefnx {Function File} {} patch (@var{h}, @dots{}) -## @deftypefnx {Function File} {@var{h} = } patch (@dots{}) +## @deftypefnx {Function File} {@var{h} =} patch (@dots{}) ## Create patch object from @var{x} and @var{y} with color @var{c} and ## insert in the current axes object. Return handle to patch object. ## diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/plot/ribbon.m --- a/scripts/plot/ribbon.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/plot/ribbon.m Wed Mar 26 16:27:14 2008 -0400 @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} ribbon (@var{x}, @var{y}, @var{width}) ## @deftypefnx {Function File} ribbon (@var{y}) -## @deftypefnx {Function File} @var{h} = ribbon (@dots{}) +## @deftypefnx {Function File} {@var{h} =} ribbon (@dots{}) ## Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The ## optional parameter @var{width} specifies the width of a single ribbon ## (default is 0.75). If @var{x} is omitted, a vector containing the diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/plot/surface.m --- a/scripts/plot/surface.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/plot/surface.m Wed Mar 26 16:27:14 2008 -0400 @@ -24,7 +24,7 @@ ## @deftypefnx {Function File} {} surface (@var{z}) ## @deftypefnx {Function File} {} surface (@dots{}, @var{prop}, @var{val}) ## @deftypefnx {Function File} {} surface (@var{h}, @dots{}) -## @deftypefnx {Function File} {@var{h} = } surface (@dots{}) +## @deftypefnx {Function File} {@var{h} =} surface (@dots{}) ## Plot a surface graphic object given matrices @var{x}, and @var{y} from ## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and ## @var{y} coordinates of the surface. If @var{x} and @var{y} are vectors, diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/polynomial/mkpp.m --- a/scripts/polynomial/mkpp.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/polynomial/mkpp.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,8 +17,8 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{pp} = } mkpp (@var{x}, @var{p}) -## @deftypefnx {Function File} {@var{pp} = } mkpp (@var{x}, @var{p}, @var{d}) +## @deftypefn {Function File} {@var{pp} =} mkpp (@var{x}, @var{p}) +## @deftypefnx {Function File} {@var{pp} =} mkpp (@var{x}, @var{p}, @var{d}) ## ## Construct a piece-wise polynomial structure from sample points ## @var{x} and coefficients @var{p}. The ith row of @var{p}, diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/polynomial/pchip.m --- a/scripts/polynomial/pchip.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/polynomial/pchip.m Wed Mar 26 16:27:14 2008 -0400 @@ -17,8 +17,8 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{pp} = } pchip (@var{x}, @var{y}) -## @deftypefnx {Function File} {@var{yi} = } pchip (@var{x}, @var{y}, @var{xi}) +## @deftypefn {Function File} {@var{pp} =} pchip (@var{x}, @var{y}) +## @deftypefnx {Function File} {@var{yi} =} pchip (@var{x}, @var{y}, @var{xi}) ## ## Piecewise Cubic Hermite interpolating polynomial. Called with two ## arguments, the piece-wise polynomial @var{pp} is returned, that may diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/polynomial/spline.m --- a/scripts/polynomial/spline.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/polynomial/spline.m Wed Mar 26 16:27:14 2008 -0400 @@ -18,8 +18,8 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {@var{pp} = } spline (@var{x}, @var{y}) -## @deftypefnx {Function File} {@var{yi} = } spline (@var{x}, @var{y}, @var{xi}) +## @deftypefn {Function File} {@var{pp} =} spline (@var{x}, @var{y}) +## @deftypefnx {Function File} {@var{yi} =} spline (@var{x}, @var{y}, @var{xi}) ## ## Returns the cubic spline interpolation of @var{y} at the point ## @var{x}. Called with two arguments the piece-wise polynomial @var{pp} diff -r 1eac99a280a2 -r eb7bdde776f2 scripts/set/unique.m --- a/scripts/set/unique.m Wed Mar 26 16:18:23 2008 -0400 +++ b/scripts/set/unique.m Wed Mar 26 16:27:14 2008 -0400 @@ -27,7 +27,7 @@ ## ## Return the unique rows of @var{A}, sorted in ascending order. ## -## @deftypefnx {Function File} {[@var{y}, @var{i}, @var{j}] = } unique (@var{x}) +## @deftypefnx {Function File} {[@var{y}, @var{i}, @var{j}] =} unique (@var{x}) ## ## Return index vectors @var{i} and @var{j} such that @code{x(i)==y} and ## @code{y(j)==x}. diff -r 1eac99a280a2 -r eb7bdde776f2 src/ChangeLog --- a/src/ChangeLog Wed Mar 26 16:18:23 2008 -0400 +++ b/src/ChangeLog Wed Mar 26 16:27:14 2008 -0400 @@ -1,3 +1,10 @@ +2008-03-26 John W. Eaton + + * DLD-FUNCTIONS/chol.cc, DLD-FUNCTIONS/det.cc, + DLD-FUNCTIONS/getpwent.cc, DLD-FUNCTIONS/inv.cc, + DLD-FUNCTIONS/qr.cc, DLD-FUNCTIONS/symrcm.cc, file-io.cc): + Texinfo fixes. + 2008-03-26 Soren Hauberg * DLD-FUNCTIONS/__convn__.cc (Fconvn): diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/chol.cc --- a/src/DLD-FUNCTIONS/chol.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/chol.cc Wed Mar 26 16:27:14 2008 -0400 @@ -46,11 +46,11 @@ DEFUN_DLD (chol, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {@var{r}} = chol (@var{a})\n\ -@deftypefnx {Loadable Function} {[@var{r}, @var{p}]} = chol (@var{a})\n\ -@deftypefnx {Loadable Function} {[@var{r}, @var{p}, @var{q}]} = chol (@var{s})\n\ -@deftypefnx {Loadable Function} {[@var{r}, @var{p}, @var{q}]} = chol (@var{s}, 'vector')\n\ -@deftypefnx {Loadable Function} {[@var{l}, @dots{}]} = chol (@dots{}, 'lower')\n\ +@deftypefn {Loadable Function} {@var{r} =} chol (@var{a})\n\ +@deftypefnx {Loadable Function} {[@var{r}, @var{p}] =} chol (@var{a})\n\ +@deftypefnx {Loadable Function} {[@var{r}, @var{p}, @var{q}] =} chol (@var{s})\n\ +@deftypefnx {Loadable Function} {[@var{r}, @var{p}, @var{q}] =} chol (@var{s}, 'vector')\n\ +@deftypefnx {Loadable Function} {[@var{l}, @dots{}] =} chol (@dots{}, 'lower')\n\ @cindex Cholesky factorization\n\ Compute the Cholesky factor, @var{r}, of the symmetric positive definite\n\ matrix @var{a}, where\n\ @@ -447,7 +447,7 @@ DEFUN_DLD (cholupdate, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{R1}, @var{info}]} = cholupdate (@var{R}, @var{u}, @var{op})\n\ +@deftypefn {Loadable Function} {[@var{R1}, @var{info}] =} cholupdate (@var{R}, @var{u}, @var{op})\n\ Update or downdate a Cholesky factorization. Given an upper triangular\n\ matrix @var{R} and a column vector @var{u}, attempt to determine another\n\ upper triangular matrix @var{R1} such that\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/det.cc --- a/src/DLD-FUNCTIONS/det.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/det.cc Wed Mar 26 16:27:14 2008 -0400 @@ -36,7 +36,7 @@ DEFUN_DLD (det, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{d}, @var{rcond}] = } det (@var{a})\n\ +@deftypefn {Loadable Function} {[@var{d}, @var{rcond}] =} det (@var{a})\n\ Compute the determinant of @var{a} using @sc{Lapack} for full and UMFPACK\n\ for sparse matrices. Return an estimate of the reciprocal condition number\n\ if requested.\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/getpwent.cc --- a/src/DLD-FUNCTIONS/getpwent.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/getpwent.cc Wed Mar 26 16:27:14 2008 -0400 @@ -70,7 +70,7 @@ DEFUN_DLD (getpwent, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {@var{pw_struct} = } getpwent ()\n\ +@deftypefn {Loadable Function} {@var{pw_struct} =} getpwent ()\n\ Return a structure containing an entry from the password database,\n\ opening it if necessary. Once the end of the data has been reached,\n\ @code{getpwent} returns 0.\n\ @@ -98,7 +98,7 @@ DEFUN_DLD (getpwuid, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {@var{pw_struct} = } getpwuid (@var{uid}).\n\ +@deftypefn {Loadable Function} {@var{pw_struct} =} getpwuid (@var{uid}).\n\ Return a structure containing the first entry from the password database\n\ with the user ID @var{uid}. If the user ID does not exist in the\n\ database, @code{getpwuid} returns 0.\n\ @@ -138,7 +138,7 @@ DEFUN_DLD (getpwnam, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {@var{pw_struct} = } getpwnam (@var{name})\n\ +@deftypefn {Loadable Function} {@var{pw_struct} =} getpwnam (@var{name})\n\ Return a structure containing the first entry from the password database\n\ with the user name @var{name}. If the user name does not exist in the\n\ database, @code{getpwname} returns 0.\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/inv.cc --- a/src/DLD-FUNCTIONS/inv.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/inv.cc Wed Mar 26 16:27:14 2008 -0400 @@ -33,8 +33,8 @@ DEFUN_DLD (inv, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{x}, @var{rcond}] = } inv (@var{a})\n\ -@deftypefnx {Loadable Function} {[@var{x}, @var{rcond}] = } inverse (@var{a})\n\ +@deftypefn {Loadable Function} {[@var{x}, @var{rcond}] =} inv (@var{a})\n\ +@deftypefnx {Loadable Function} {[@var{x}, @var{rcond}] =} inverse (@var{a})\n\ Compute the inverse of the square matrix @var{a}. Return an estimate\n\ of the reciprocal condition number if requested, otherwise warn of an\n\ ill-conditioned matrix if the reciprocal condition number is small.\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/qr.cc --- a/src/DLD-FUNCTIONS/qr.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/qr.cc Wed Mar 26 16:27:14 2008 -0400 @@ -433,7 +433,7 @@ DEFUN_DLD (qrupdate, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}]} = qrupdate (@var{Q}, @var{R}, @var{u}, @var{v})\n\ +@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}] =} qrupdate (@var{Q}, @var{R}, @var{u}, @var{v})\n\ Given a QR@tie{}factorization of a real or complex matrix\n\ @w{@var{A} = @var{Q}*@var{R}}, @var{Q}@tie{}unitary and\n\ @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization\n\ @@ -560,7 +560,7 @@ DEFUN_DLD (qrinsert, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}]} = qrinsert (@var{Q}, @var{R}, @var{j}, @var{x}, @var{orient})\n\ +@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}] =} qrinsert (@var{Q}, @var{R}, @var{j}, @var{x}, @var{orient})\n\ Given a QR@tie{}factorization of a real or complex matrix\n\ @w{@var{A} = @var{Q}*@var{R}}, @var{Q}@tie{}unitary and\n\ @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization of\n\ @@ -741,7 +741,7 @@ DEFUN_DLD (qrdelete, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}]} = qrdelete (@var{Q}, @var{R}, @var{j}, @var{orient})\n\ +@deftypefn {Loadable Function} {[@var{Q1}, @var{R1}] =} qrdelete (@var{Q}, @var{R}, @var{j}, @var{orient})\n\ Given a QR@tie{}factorization of a real or complex matrix\n\ @w{@var{A} = @var{Q}*@var{R}}, @var{Q}@tie{}unitary and\n\ @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization of\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/DLD-FUNCTIONS/symrcm.cc --- a/src/DLD-FUNCTIONS/symrcm.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/DLD-FUNCTIONS/symrcm.cc Wed Mar 26 16:27:14 2008 -0400 @@ -416,7 +416,7 @@ // An implementation of the Cuthill-McKee algorithm. DEFUN_DLD (symrcm, args, , "-*- texinfo -*-\n\ -@deftypefn {Loadable Function} {@var{p} = } symrcm (@var{S})\n\ +@deftypefn {Loadable Function} {@var{p} =} symrcm (@var{S})\n\ Symmetric reverse Cuthill-McKee permutation of @var{S}.\n\ Return a permutation vector @var{p} such that\n\ @code{@var{S} (@var{p}, @var{p})} tends to have its diagonal elements\n\ diff -r 1eac99a280a2 -r eb7bdde776f2 src/file-io.cc --- a/src/file-io.cc Wed Mar 26 16:18:23 2008 -0400 +++ b/src/file-io.cc Wed Mar 26 16:27:14 2008 -0400 @@ -1026,7 +1026,7 @@ DEFUN (fscanf, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{val}, @var{count}] =} fscanf (@var{fid}, @var{template}, @var{size})\n\ -@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}] = } fscanf (@var{fid}, @var{template}, \"C\")\n\ +@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}] =} fscanf (@var{fid}, @var{template}, \"C\")\n\ In the first form, read from @var{fid} according to @var{template},\n\ returning the result in the matrix @var{val}.\n\ \n\ @@ -1131,7 +1131,7 @@ DEFUN (sscanf, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{val}, @var{count}] =} sscanf (@var{string}, @var{template}, @var{size})\n\ -@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}] = } sscanf (@var{string}, @var{template}, \"C\")\n\ +@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}] =} sscanf (@var{string}, @var{template}, \"C\")\n\ This is like @code{fscanf}, except that the characters are taken from the\n\ string @var{string} instead of from a stream. Reaching the end of the\n\ string is treated as an end-of-file condition.\n\ @@ -1223,7 +1223,7 @@ DEFUN (scanf, args, nargout, "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{val}, @var{count}] =} scanf (@var{template}, @var{size})\n\ -@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}]] = } scanf (@var{template}, \"C\")\n\ +@deftypefnx {Built-in Function} {[@var{v1}, @var{v2}, @dots{}, @var{count}]] =} scanf (@var{template}, \"C\")\n\ This is equivalent to calling @code{fscanf} with @var{fid} = @code{stdin}.\n\ \n\ It is currently not useful to call @code{scanf} in interactive\n\