summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Pepper <pepper@apache.org>2006-08-05 02:53:59 +0000
committerChris Pepper <pepper@apache.org>2006-08-05 02:53:59 +0000
commitd0566d6509df9d299ff8eb5bb988d24e44423739 (patch)
tree2a0a19b234643d21a7112f3a60c3a7d95b5ec537
parente6d2a7d4df1bd2e843659994c55e609cf417b985 (diff)
downloadhttpd-d0566d6509df9d299ff8eb5bb988d24e44423739.tar.gz
Document that httpd -L doesn't list shared modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428941 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/programs/httpd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml
index adf08947f8..fa3951f5de 100644
--- a/docs/manual/programs/httpd.xml
+++ b/docs/manual/programs/httpd.xml
@@ -137,8 +137,8 @@ the <directive module="mod_so">LoadModule</directive> directive.</dd>
<dt><code>-L</code></dt>
-<dd>Output a list of directives together with expected arguments and
-places where the directive is valid.</dd>
+<dd>Output a list of directives provided by static modules, together with expected arguments and
+places where the directive is valid. Directives provided by shared modules are not listed.</dd>
<dt><code>-M</code></dt>