diff scripts/control/system/syssub.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 e0b7a493e5a8
line wrap: on
line diff
--- a/scripts/control/system/syssub.m
+++ b/scripts/control/system/syssub.m
@@ -17,22 +17,22 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} syssub (@var{Gsys}, @var{Hsys})
-## returns @math{sys = Gsys - Hsys}
+## @deftypefn {Function File} {} syssub (@var{gsys}, @var{hsys})
+## Return @math{sys = Gsys - Hsys}.
 ##
-## Method: @var{Gsys} and @var{Hsys} are connected in parallel
+## Method: @var{gsys} and @var{hsys} are connected in parallel
 ## The input vector is connected to both systems; the outputs are
-## subtracted.  Returned system names are those of @var{Gsys}.
+## subtracted.  Returned system names are those of @var{gsys}.
 ## @example
 ## @group
 ##          +--------+
-##     +--->|  Gsys  |---+
+##     +--->|  gsys  |---+
 ##     |    +--------+   |
 ##     |                +|
 ## u --+                (_)--> y
 ##     |                -|
 ##     |    +--------+   |
-##     +--->|  Hsys  |---+
+##     +--->|  hsys  |---+
 ##          +--------+
 ## @end group
 ## @end example