diff options
author | Jason S. Lingohr <jsl@apache.org> | 2005-10-25 22:32:18 +0000 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2005-10-25 22:32:18 +0000 |
commit | e3ea03e71a9515f509c66434a69b19e23e65e7ee (patch) | |
tree | 38ab370f42ac1ded28e12c61cdcb078fc1f089c0 /docs/manual/programs | |
parent | 8c43d91ae18889bc5217500cfbf03bd82cbf3830 (diff) | |
download | httpd-e3ea03e71a9515f509c66434a69b19e23e65e7ee.tar.gz |
Make changes suggested in bugzilla #37074, update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@328493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs')
-rw-r--r-- | docs/manual/programs/configure.html.en | 4 | ||||
-rw-r--r-- | docs/manual/programs/configure.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 93e001709e..06c7b07285 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -339,7 +339,7 @@ <code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code>.</dd> <dt><code>--disable-env</code></dt> - <dd>Enable setting and clearing of environment variables, which is + <dd>Disable setting and clearing of environment variables, which is provided by <code class="module"><a href="../mod/mod_env.html">mod_env</a></code>.</dd> @@ -380,7 +380,7 @@ which is provided by <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code>.</dd> <dt><code>--disable-status</code></dt> - <dd>Enable the process/thread monitoring, which is provided by + <dd>Disable the process/thread monitoring, which is provided by <code class="module"><a href="../mod/mod_status.html">mod_status</a></code>.</dd> <dt><code>--disable-userdir</code></dt> diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 0cd0835da7..cffcfc3161 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -342,7 +342,7 @@ <module>mod_dir</module>.</dd> <dt><code>--disable-env</code></dt> - <dd>Enable setting and clearing of environment variables, which is + <dd>Disable setting and clearing of environment variables, which is provided by <module>mod_env</module>.</dd> <!-- configure mentions enable-http, but disable-http would make much @@ -384,7 +384,7 @@ which is provided by <module>mod_setenvif</module>.</dd> <dt><code>--disable-status</code></dt> - <dd>Enable the process/thread monitoring, which is provided by + <dd>Disable the process/thread monitoring, which is provided by <module>mod_status</module>.</dd> <dt><code>--disable-userdir</code></dt> |