summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/posix/fd.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/posix/fd.html')
-rw-r--r--doc/html/boost/process/posix/fd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/posix/fd.html b/doc/html/boost/process/posix/fd.html
index d3eaf90a8e..3f4e2bd4c6 100644
--- a/doc/html/boost/process/posix/fd.html
+++ b/doc/html/boost/process/posix/fd.html
@@ -34,7 +34,7 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> fd<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.31.9.18.3.4"></a><h2>Description</h2>
+<a name="id-1.3.31.9.19.3.4"></a><h2>Description</h2>
<p>This property lets you modify file-descriptors other than the standard ones (0,1,2).</p>
<p>It provides the functions <code class="computeroutput">bind</code>, which implements <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html" target="_top">dup2</a> and <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html" target="_top">close</a>.</p>
<p>Close can also be called with a range of file-descriptors to be closed. </p>