diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:44:56 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:44:56 +0000 |
| commit | e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c (patch) | |
| tree | 13984417993446fd673e45076296920b023bc076 /doc/libstddjb/cspawn.html | |
| parent | 3d15149f5d02339fa5d6a9ec35ef067791f772ef (diff) | |
| download | skalibs-e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c.tar.gz | |
Update docs to latest posix version
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb/cspawn.html')
| -rw-r--r-- | doc/libstddjb/cspawn.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libstddjb/cspawn.html b/doc/libstddjb/cspawn.html index 73096df..3316e41 100644 --- a/doc/libstddjb/cspawn.html +++ b/doc/libstddjb/cspawn.html @@ -29,10 +29,10 @@ and implemented in the <tt>libskarnet.a</tt> or <tt>libskarnet.so</tt> library. <p> <tt>cspawn</tt> is a unifier API to spawn child processes with -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a> +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/posix_spawn.html">posix_spawn()</a> as a backend if supported by the system, falling back on -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html">fork()</a> + -<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/execve.html">execve()</a> +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/fork.html">fork()</a> + +<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/execve.html">execve()</a> otherwise. </p> |
