summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/system.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/system.html')
-rw-r--r--doc/html/boost/process/system.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/system.html b/doc/html/boost/process/system.html
index 3cd20c9f6c..f843b24f99 100644
--- a/doc/html/boost/process/system.html
+++ b/doc/html/boost/process/system.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">int</span> <span class="identifier">system</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="idp435622432"></a><h2>Description</h2>
+<a name="idp419464464"></a><h2>Description</h2>
<p>Launches a process and waits for its exit. It works as std::system, though it allows all the properties boost.process provides. It will execute the process and wait for it's exit; then return the exit_code.</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">ret</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">(</span><span class="string">"ls"</span><span class="special">)</span><span class="special">;</span>
</pre>