From 9f0f4e8143fca5f46529c4af2713ecca55a9bb3e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 Mar 2017 10:48:58 -0400 Subject: Updated LuaDoc; core/init.lua --- core/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/init.lua b/core/init.lua index 0ee297ac..1484151e 100644 --- a/core/init.lua +++ b/core/init.lua @@ -181,7 +181,8 @@ local timeout --- -- Spawns an interactive child process *argv* in a separate thread, returning -- a handle to that process. --- At the moment, only the Win32 terminal version spawns processes in the same +-- On Windows, *argv* is passed to `cmd.exe`: `%COMSPEC% /c [argv]`. +-- At the moment, only the Windows terminal version spawns processes in the same -- thread. -- @param argv A command line string that contains the program's name followed -- by arguments to pass to it. `PATH` is searched for program names. -- cgit v1.2.3