aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libstddjb/cspawn.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libstddjb/cspawn.html')
-rw-r--r--doc/libstddjb/cspawn.html6
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>