Mercurial > hg > octave-nkf
comparison src/toplev.cc @ 5097:69b822a4129c
[project @ 2004-12-15 18:34:02 by jwe]
author | jwe |
---|---|
date | Wed, 15 Dec 2004 18:34:02 +0000 |
parents | 80842ad3f85c |
children | b04b30d30c66 |
comparison
equal
deleted
inserted
replaced
5096:60168f509269 | 5097:69b822a4129c |
---|---|
408 \n\ | 408 \n\ |
409 If two input arguments are given (the actual value of\n\ | 409 If two input arguments are given (the actual value of\n\ |
410 @var{return_output} is irrelevant) and the subprocess is started\n\ | 410 @var{return_output} is irrelevant) and the subprocess is started\n\ |
411 synchronously, or if @var{system} is called with one input argument and\n\ | 411 synchronously, or if @var{system} is called with one input argument and\n\ |
412 one or more output arguments, the output from the command is returned.\n\ | 412 one or more output arguments, the output from the command is returned.\n\ |
413 Otherwise, if the subprocess is executed synchronously, it's output is\n\ | 413 Otherwise, if the subprocess is executed synchronously, its output is\n\ |
414 sent to the standard output. To send the output of a command executed\n\ | 414 sent to the standard output. To send the output of a command executed\n\ |
415 with @var{system} through the pager, use a command like\n\ | 415 with @var{system} through the pager, use a command like\n\ |
416 \n\ | 416 \n\ |
417 @example\n\ | 417 @example\n\ |
418 disp (system (cmd, 1));\n\ | 418 disp (system (cmd, 1));\n\ |