changeset 6672:b78184cf7b2a octave-forge

control-oo: add missing x to second deftypefn(x)
author paramaniac
date Tue, 09 Feb 2010 11:17:33 +0000
parents 274d3a3010bf
children 82f53dd5a79c
files extra/control-oo/inst/@lti/isstable.m extra/control-oo/inst/@lti/lft.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-oo/inst/@lti/isstable.m	Tue Feb 09 10:56:37 2010 +0000
+++ b/extra/control-oo/inst/@lti/isstable.m	Tue Feb 09 11:17:33 2010 +0000
@@ -17,7 +17,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{bool} =} isstable (@var{sys})
-## @deftypefn {Function File} {@var{bool} =} isstable (@var{sys}, @var{tol})
+## @deftypefnx {Function File} {@var{bool} =} isstable (@var{sys}, @var{tol})
 ## Determine whether LTI system is stable.
 ## @end deftypefn
 
--- a/extra/control-oo/inst/@lti/lft.m	Tue Feb 09 10:56:37 2010 +0000
+++ b/extra/control-oo/inst/@lti/lft.m	Tue Feb 09 11:17:33 2010 +0000
@@ -17,7 +17,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{sys} =} lft (@var{sys1}, @var{sys2})
-## @deftypefn {Function File} {@var{sys} =} lft (@var{sys1}, @var{sys2}, @var{nu}, @var{ny})
+## @deftypefnx {Function File} {@var{sys} =} lft (@var{sys1}, @var{sys2}, @var{nu}, @var{ny})
 ## Linear fractional tranformation, also known as redheffer star product.
 ## @end deftypefn