Mercurial > hg > octave-lyh
diff scripts/miscellaneous/unix.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | c776f063fefe |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/miscellaneous/unix.m +++ b/scripts/miscellaneous/unix.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{status}, @var{text}]} unix (@var{command}) -## @deftypefnx {Function File} {[@var{status}, @var{text}]} unix (@var{command}, "-echo") +## @deftypefn {Function File} {[@var{status}, @var{text}] =} unix (@var{command}) +## @deftypefnx {Function File} {[@var{status}, @var{text}] =} unix (@var{command}, "-echo") ## Execute a system command if running under a Unix-like operating ## system, otherwise do nothing. Return the exit status of the program ## in @var{status} and any output sent to the standard output in