summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/shell.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/shell.html')
-rw-r--r--doc/html/boost/process/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/shell.html b/doc/html/boost/process/shell.html
index c583bae0fd..d7e705a642 100644
--- a/doc/html/boost/process/shell.html
+++ b/doc/html/boost/process/shell.html
@@ -34,7 +34,7 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> shell<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.31.9.20.3.4"></a><h2>Description</h2>
+<a name="id-1.3.31.9.21.3.4"></a><h2>Description</h2>
<p>The shell property enables to launch a program through the shell of the system.</p>
<pre class="programlisting"><span class="identifier">system</span><span class="special">(</span><span class="string">"gcc"</span><span class="special">,</span> <span class="identifier">shell</span><span class="special">)</span><span class="special">;</span>
</pre>