diff scripts/control/system/sysmult.m @ 3502:b5238ac1dca9

[project @ 2000-01-31 07:40:53 by jwe]
author jwe
date Mon, 31 Jan 2000 07:41:01 +0000
parents 7923abdeb4e5
children d178e2bbd873
line wrap: on
line diff
--- a/scripts/control/system/sysmult.m
+++ b/scripts/control/system/sysmult.m
@@ -17,19 +17,19 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} sysmult (@var{Asys}, @var{Bsys})
+## @deftypefn {Function File} {} sysmult (@var{asys}, @var{bsys})
 ## Compute @math{sys = Asys*Bsys} (series connection):
 ## @example
 ## @group
 ## u   ----------     ----------
-## --->|  Bsys  |---->|  Asys  |--->
+## --->|  bsys  |---->|  asys  |--->
 ##     ----------     ----------
 ## @end group
 ## @end example
 ## A warning occurs if there is direct feed-through
-## from an input of Bsys or a continuous state of Bsys through a discrete
-## output of Bsys to a continuous state or output in Asys (system data
-## structure does not recognize discrete inputs).
+## from an input of Bsys or a continuous state of @var{bsys} through a
+## discrete output of Bsys to a continuous state or output in @var{asys}
+## (system data structure does not recognize discrete inputs).
 ## @end deftypefn
 
 ## Author: John Ingram <ingraje@eng.auburn.edu>