From 800b1a7e1a57438a995164ab89045136901a619e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 20 Mar 2022 17:33:11 +0000 Subject: Doc fix Signed-off-by: Laurent Bercot --- doc/libstddjb/djbunix.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/libstddjb/djbunix.html') 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.

pid_t child_spawn0 (char const *file, char const *const *argv, char const *const *envp)
-Forks and executes a child as with pathexec_run(file, argv, envp). +Forks and executes a child as with exec_ae(file, argv, envp). Returns 0 if it fails, and the pid of the child if it succeeds. Implemented via posix_spawn() on systems that support it. -- cgit v1.2.3