summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/posix/sig.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/posix/sig.html')
-rw-r--r--doc/html/boost/process/posix/sig.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/posix/sig.html b/doc/html/boost/process/posix/sig.html
index 5f92ab9cf9..63ec4442c7 100644
--- a/doc/html/boost/process/posix/sig.html
+++ b/doc/html/boost/process/posix/sig.html
@@ -34,7 +34,7 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> sig<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp435418576"></a><h2>Description</h2>
+<a name="idp419260752"></a><h2>Description</h2>
<p>This property lets you modify the handling of <code class="computeroutput">SIGCHLD</code> for this call. It will be reset afterwards.</p>
<p>It can be set to default, by the expression <code class="computeroutput">sig.dfl()</code>, set to ignore with <code class="computeroutput">sig.ign()</code> or assigned a custom handler. A custom handler must have the type <code class="computeroutput">sighandler_t</code>and can be assigned with the following syntax:</p>
<pre class="programlisting"><span class="identifier">sig</span> <span class="special">=</span> <span class="identifier">handler</span><span class="special">;</span>