# HG changeset patch # User jwe # Date 1191343980 0 # Node ID 96714c92a2786e5d97d66f34a809036cb31445ac # Parent f6d78960f67474cfb272491e44184864d4040dc1 [project @ 2007-10-02 16:53:00 by jwe] diff --git a/scripts/control/base/impulse.m b/scripts/control/base/impulse.m --- a/scripts/control/base/impulse.m +++ b/scripts/control/base/impulse.m @@ -46,7 +46,7 @@ ## @item t ## Times of the impulse response. ## @end table -## @seealso{step, __stepimp__} +## @seealso{step} ## @end deftypefn ## Author: Kai P. Mueller diff --git a/scripts/control/base/step.m b/scripts/control/base/step.m --- a/scripts/control/base/step.m +++ b/scripts/control/base/step.m @@ -48,7 +48,7 @@ ## @end table ## ## When invoked with the output parameter @var{y} the plot is not displayed. -## @seealso{impulse, __stepimp__} +## @seealso{impulse} ## @end deftypefn ## Author: Kai P. Mueller diff --git a/scripts/image/image_viewer.m b/scripts/image/image_viewer.m --- a/scripts/image/image_viewer.m +++ b/scripts/image/image_viewer.m @@ -60,7 +60,7 @@ ## between 0 and 100, and not 0 and 1 like Octave assumes. This is ## solved by setting the third argument to 100. ## -## @seealso{image, imshow, __img_gnuplot__, __img_via_file__} +## @seealso{image, imshow} ## @end deftypefn function [ocmd, ofcn, ozoom] = image_viewer (cmd, fcn, zoom)