Skip to content
Snippets Groups Projects
Commit c71612c5 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Doc fix

Rev: lib/modules/Process.pmod:1.53
parent dcc3d020
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,6 @@ Process spawn_pike(array(string) argv, void|mapping(string:mixed) options) ...@@ -177,7 +177,6 @@ Process spawn_pike(array(string) argv, void|mapping(string:mixed) options)
//! Process.run( ({ "ls", "-l" }) ); //! Process.run( ({ "ls", "-l" }) );
//! Process.run( ({ "ls -l" }) ); //! Process.run( ({ "ls -l" }) );
//! Process.run( ({ "ls", "-l" }), ([ "cwd":"/etc" ]) ); //! Process.run( ({ "ls", "-l" }), ([ "cwd":"/etc" ]) );
mapping run(string|array(string) cmd, void|mapping modifiers) mapping run(string|array(string) cmd, void|mapping modifiers)
{ {
string gotstdout="", gotstderr=""; string gotstdout="", gotstderr="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment