summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-03-20 17:33:11 +0000
committerLaurent Bercot <ska@appnovation.com>2022-03-20 17:33:11 +0000
commit800b1a7e1a57438a995164ab89045136901a619e (patch)
tree0e383c00650b38c8ac63cca5ce49b4e8398a8c88
parentde2e01c3b611ee515158ef198c6f2e150a9c019b (diff)
downloadskalibs-800b1a7e1a57438a995164ab89045136901a619e.tar.xz
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/libstddjb/djbunix.html2
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.