summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/spawn.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/spawn.html')
-rw-r--r--doc/html/boost/process/spawn.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/spawn.html b/doc/html/boost/process/spawn.html
index 77e44e5916..8203c2c3b5 100644
--- a/doc/html/boost/process/spawn.html
+++ b/doc/html/boost/process/spawn.html
@@ -35,7 +35,7 @@
</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="special">...</span> Args<span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">spawn</span><span class="special">(</span><span class="identifier">Args</span> <span class="special">&amp;&amp;</span><span class="special">...</span> args<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.31.9.21.4.4"></a><h2>Description</h2>
+<a name="id-1.3.31.9.22.4.4"></a><h2>Description</h2>
<p>Launch a process and detach it. Returns no handle.</p>
<p>This function starts a process and immediately detaches it. It thereby prevents the system from creating a zombie process, but will also cause the system to be unable to wait for the child to exit.</p>
<div class="note"><table border="0" summary="Note">