changeset 11411:2d7a478544c7

setaudio.m: Re-write docstring.
author Rik <octave@nomad.inbox5.com>
date Fri, 24 Dec 2010 07:29:45 -0800
parents 2df163be223e
children a8a9f062d0ef
files scripts/ChangeLog scripts/audio/setaudio.m
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-24  Rik  <octave@nomad.inbox5.com>
+
+	* audio/setaudio.m: Re-write docstring.
+
 2010-12-23  Soren Hauberg  <hauberg@gmail.com>
 	* signal/detrend.m: Also accept polynomial order as a string ("constant" or
 	"linear") for compatibility with Matlab.
--- a/scripts/audio/setaudio.m
+++ b/scripts/audio/setaudio.m
@@ -17,8 +17,11 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} setaudio ([@var{w_type} [, @var{value}]])
-## Execute the shell command @samp{mixer [@var{w_type} [, @var{value}]]}
+## @deftypefn  {Function File} {} setaudio ()
+## @deftypefnx {Function File} {} setaudio (@var{w_type})
+## @deftypefnx {Function File} {} setaudio (@var{w_type}, @var{value})
+## Execute the shell command @samp{mixer}, possibly with optional 
+## arguments @var{w_type} and @var{value}.
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>