Skip to content
Snippets Groups Projects

Fix #32: Remove :before-execve option

Merged Raymond Toy requested to merge rtoy-32-no-before-execve-option into master
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1099,7 +1099,7 @@ It is possible to run programs from Lisp by using the following function.
@@ -1099,7 +1099,7 @@ It is possible to run programs from Lisp by using the following function.
\morekeys{\kwd{if-input-does-not-exist}}
\morekeys{\kwd{if-input-does-not-exist}}
\yetmorekeys{\kwd{output} \kwd{if-output-exists}}
\yetmorekeys{\kwd{output} \kwd{if-output-exists}}
\yetmorekeys{\kwd{error} \kwd{if-error-exists}}
\yetmorekeys{\kwd{error} \kwd{if-error-exists}}
\yetmorekeys{\kwd{status-hook} \kwd{before-execve}}}}
\yetmorekeys{\kwd{status-hook}}}}
\code{run-program} runs \var{program} in a child process.
\code{run-program} runs \var{program} in a child process.
\var{Program} should be a pathname or string naming the program.
\var{Program} should be a pathname or string naming the program.
Loading