diff options
author | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
commit | 318936f5049b17202713499086e17e262d4ff904 (patch) | |
tree | b4af5393002dc7b5d3e1172d285694bf7d623f74 /docs/manual/programs/configure.xml | |
parent | - avoid duplicate inclusion of module files in latex source (diff) | |
download | apache2-318936f5049b17202713499086e17e262d4ff904.tar.xz apache2-318936f5049b17202713499086e17e262d4ff904.zip |
fix various invalid module references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/configure.xml')
-rw-r--r-- | docs/manual/programs/configure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 8212e966fd..387ff084a1 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -302,8 +302,8 @@ <p>To find out which modules are compiled by default, run <code>./configure -h</code> or <code>./configure --help</code> and look under <code>Optional Features</code>. Suppose you - are interested in <module>mod_example1</module> and - <module>mod_example2</module>, and you + are interested in <code>mod_example1</code> and + <code>mod_example2</code>, and you see this:</p> <example><pre>Optional Features: |