changeset 22713:9e415e57a6a7 stable

doc: Clarify docstring for popen2 (bug #49524). * syscalls.cc (Fpopen2): Document that second argument can be a character matrix or cell array of strings.
author Rik <rik@octave.org>
date Thu, 03 Nov 2016 08:39:24 -0700
parents e07fa946f763
children 59340e2bc976
files libinterp/corefcn/syscalls.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/syscalls.cc	Thu Nov 03 08:24:10 2016 -0700
+++ b/libinterp/corefcn/syscalls.cc	Thu Nov 03 08:39:24 2016 -0700
@@ -206,7 +206,7 @@
 Start a subprocess with two-way communication.
 
 The name of the process is given by @var{command}, and @var{args} is an
-array of strings containing options for the command.
+array or cell array of strings containing options for the command.
 
 The file identifiers for the input and output streams of the subprocess are
 returned in @var{in} and @var{out}.  If execution of the command is