diff scripts/control/system/__sysgroupn__.m @ 3438:2e06c3941943

[project @ 2000-01-14 06:33:18 by jwe]
author jwe
date Fri, 14 Jan 2000 06:34:24 +0000
parents 3c609681b2bf
children 7923abdeb4e5
line wrap: on
line diff
--- a/scripts/control/system/__sysgroupn__.m	Fri Jan 14 06:00:04 2000 +0000
+++ b/scripts/control/system/__sysgroupn__.m	Fri Jan 14 06:34:24 2000 +0000
@@ -17,8 +17,8 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{names} =} sysgroupn (@var{names})
-## names = sysgroupn(names)
+## @deftypefn {Function File} {@var{names} =} __sysgroupn__ (@var{names})
+## names = __sysgroupn__(names)
 ## Locate and mark duplicate names
 ## inputs:
 ## names: list of signal names
@@ -30,7 +30,7 @@
 ## used internally in sysgroup and elsewhere.
 ## @end deftypefn
 
-function names = sysgroupn (names, kind)
+function names = __sysgroupn__ (names, kind)
 
   ## check for duplicate names
   l = length(names);