summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/env.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/env.html')
-rw-r--r--doc/html/boost/process/env.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/process/env.html b/doc/html/boost/process/env.html
index c948529676..cf9bbdc9a1 100644
--- a/doc/html/boost/process/env.html
+++ b/doc/html/boost/process/env.html
@@ -34,9 +34,9 @@
</span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> env<span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp433083104"></a><h2>Description</h2>
-<p>The <code class="computeroutput">env</code> property provides a functional way to modify the environment used by the child process. If none is passed the environment is inherited from the father process. Appending means that the environment will be interpreted as a ';' or ':' seperated list as used in <code class="computeroutput">PATH</code>.</p>
-<p>On both <code class="computeroutput">posix</code> and <code class="computeroutput">windows</code> the environment variables can be lists of strings, seperated by ';'. This is typically used for the <code class="computeroutput">PATH</code> variable.</p>
+<a name="id-1.3.30.9.8.6.4"></a><h2>Description</h2>
+<p>The <code class="computeroutput">env</code> property provides a functional way to modify the environment used by the child process. If none is passed the environment is inherited from the father process. Appending means that the environment will be interpreted as a ';' or ':' separated list as used in <code class="computeroutput">PATH</code>.</p>
+<p>On both <code class="computeroutput">posix</code> and <code class="computeroutput">windows</code> the environment variables can be lists of strings, separated by ';'. This is typically used for the <code class="computeroutput">PATH</code> variable.</p>
<p>By default the environment will be inherited from the launching process, which is also true if environment are modified with this initializer.</p>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">