From a43c384793db64ae90138adaa18c94e753ebcc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 16 Jan 2000 23:26:05 +0100 Subject: [PATCH] Documented the "fds" option to create_process(). Rev: tutorial/tutorial.wmml:1.171 --- tutorial/tutorial.wmml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index 147351db3b..ceffcd238a 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -7175,6 +7175,11 @@ The following options are only available on some systems. handlers to their default value for the new process. Useful to ignore certain signals in the new process. + +<dt><tt>"fds" : array(Stdio.File|zero) fds</tt> +<dd>This parameter allows you to map files to filedescriptors 3 and up. +The file <tt>fds[0]</tt> will be remapped to fd #3 in the new process, etc. + </dl> These parameter limits the new process in certain ways, -- GitLab