changeset 5314:99489e2ffbd4

[project @ 2005-04-28 02:33:03 by jwe]
author jwe
date Thu, 28 Apr 2005 02:33:03 +0000
parents d2979f3da3cb
children f9aff9291d94
files scripts/audio/setaudio.m scripts/control/system/sysgetsignals.m scripts/control/util/axis2dlim.m
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/setaudio.m	Thu Apr 28 02:06:34 2005 +0000
+++ b/scripts/audio/setaudio.m	Thu Apr 28 02:33:03 2005 +0000
@@ -18,9 +18,8 @@
 ## 02110-1301, USA.
 
 ## -*- texinfo -*-
-## @deftypefn{Function File} setaudio ([@var{w_type} [, @var{value}]])
-##
-## executes the shell command `mixer [@var{w_type} [, @var{value}]]'
+## @deftypefn {Function File} setaudio ([@var{w_type} [, @var{value}]])
+## Execute the shell command @samp{mixer [@var{w_type} [, @var{value}]]}
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
--- a/scripts/control/system/sysgetsignals.m	Thu Apr 28 02:06:34 2005 +0000
+++ b/scripts/control/system/sysgetsignals.m	Thu Apr 28 02:33:03 2005 +0000
@@ -19,8 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{stname}, @var{inname}, @var{outname}, @var{yd}] =} sysgetsignals (@var{sys})
-## @deftypefnx{Function File} {@var{siglist} =} sysgetsignals (@var{sys}, @var{sigid})
-## @deftypefnx{Function File} {@var{signame} =} sysgetsignals (@var{sys}, @var{sigid}, @var{signum}, @var{strflg})
+## @deftypefnx {Function File} {@var{siglist} =} sysgetsignals (@var{sys}, @var{sigid})
+## @deftypefnx {Function File} {@var{signame} =} sysgetsignals (@var{sys}, @var{sigid}, @var{signum}, @var{strflg})
 ## Get signal names from a system
 ##
 ## @strong{Inputs}
--- a/scripts/control/util/axis2dlim.m	Thu Apr 28 02:06:34 2005 +0000
+++ b/scripts/control/util/axis2dlim.m	Thu Apr 28 02:33:03 2005 +0000
@@ -18,7 +18,7 @@
 ## 02110-1301 USA.
 
 ## -*- texinfo -*-
-## @deftypefn{Function File} {} axis2dlim (@var{axdata})
+## @deftypefn {Function File} {} axis2dlim (@var{axdata})
 ## Determine axis limits for 2-D data (column vectors); leaves a 10%
 ## margin around the plots.
 ## Inserts margins of +/- 0.1 if data is one-dimensional