summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/on_exit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/on_exit.html')
-rw-r--r--doc/html/boost/process/on_exit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/on_exit.html b/doc/html/boost/process/on_exit.html
index 07bda8dae7..8495c8fab4 100644
--- a/doc/html/boost/process/on_exit.html
+++ b/doc/html/boost/process/on_exit.html
@@ -34,7 +34,7 @@
</span><span class="keyword">static</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> on_exit<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp429212512"></a><h2>Description</h2>
+<a name="idp413056592"></a><h2>Description</h2>
<p>When an io_service is passed, the on_exit property can be used, to be notified when the child process exits.</p>
<p>The following syntax is valid</p>
<pre class="programlisting"><span class="identifier">on_exit</span><span class="special">=</span><span class="identifier">function</span><span class="special">;</span>