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 6ed3cfac34..b76670425b 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="idp435565104"></a><h2>Description</h2>
+<a name="idp419407072"></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">