diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-03-20 17:33:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-03-20 17:33:11 +0000 |
commit | 800b1a7e1a57438a995164ab89045136901a619e (patch) | |
tree | 0e383c00650b38c8ac63cca5ce49b4e8398a8c88 /doc | |
parent | de2e01c3b611ee515158ef198c6f2e150a9c019b (diff) | |
download | skalibs-800b1a7e1a57438a995164ab89045136901a619e.tar.xz |
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libstddjb/djbunix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index e253376..e39089f 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -358,7 +358,7 @@ and the grandchild's PID if the current process is the parent. <p> <code> pid_t child_spawn0 (char const *file, char const *const *argv, char const *const *envp) </code> <br /> -Forks and executes a child as with <tt>pathexec_run(file, argv, envp)</tt>. +Forks and executes a child as with <tt>exec_ae(file, argv, envp)</tt>. Returns 0 if it fails, and the pid of the child if it succeeds. Implemented via <a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a> on systems that support it. |