diff options
author | Astrid Malo <kess@apache.org> | 2004-09-04 23:03:21 +0000 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2004-09-04 23:03:21 +0000 |
commit | 7ff6ced2274d23d9fe30c299d4c5dd3f500ab796 (patch) | |
tree | 869e6ab6a7c53f7fab572dbdf7ae1f6f82d4bfad | |
parent | 1ab14eed1a2c83b96958300b657207ba003e4f2d (diff) | |
download | httpd-7ff6ced2274d23d9fe30c299d4c5dd3f500ab796.tar.gz |
add a missing space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104973 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/configuring.html.en | 2 | ||||
-rw-r--r-- | docs/manual/configuring.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 9848bb9811..a889a17803 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -93,7 +93,7 @@ HTTP server.</p> directive. Otherwise, Apache must be recompiled to add or remove modules. Configuration directives may be included conditional on a - presence of a particular module by enclosing them in an<code class="directive"><a href="./mod/core.html#ifmodule"><IfModule></a></code> block.</p> + presence of a particular module by enclosing them in an <code class="directive"><a href="./mod/core.html#ifmodule"><IfModule></a></code> block.</p> <p>To see which modules are currently compiled into the server, you can use the <code>-l</code> command line option.</p> diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 0c4c322a6d..b6259a0c7b 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- Copyright 2002-2004 The Apache Software Foundation @@ -108,7 +108,7 @@ HTTP server.</p> directive. Otherwise, Apache must be recompiled to add or remove modules. Configuration directives may be included conditional on a - presence of a particular module by enclosing them in an<directive + presence of a particular module by enclosing them in an <directive module="core" type="section">IfModule</directive> block.</p> <p>To see which modules are currently compiled into the server, |