commit 800b1a7e1a57438a995164ab89045136901a619e
parent de2e01c3b611ee515158ef198c6f2e150a9c019b
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Sun, 20 Mar 2022 17:33:11 +0000
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.