summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_so.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-04-02 05:09:53 +0200
committerRich Bowen <rbowen@apache.org>2002-04-02 05:09:53 +0200
commitec8e8ad89699ed3ce77721b88014259681aa745c (patch)
tree746b1c8ed9a6d6fb1549e73dade12111772309cc /docs/manual/mod/mod_so.xml
parentGrammar police. (Well, you asked for it. ;) There's still a split (diff)
downloadapache2-ec8e8ad89699ed3ce77721b88014259681aa745c.tar.xz
apache2-ec8e8ad89699ed3ce77721b88014259681aa745c.zip
A few additional examples added to the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_so.xml')
-rwxr-xr-xdocs/manual/mod/mod_so.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml
index df00229d87..4cadd95113 100755
--- a/docs/manual/mod/mod_so.xml
+++ b/docs/manual/mod/mod_so.xml
@@ -125,6 +125,11 @@
to load additional code which may be required for some module
to work. <em>Filename</em> is either an absolute path or
relative to <a href="core.html#serverroot">ServerRoot</a>.</p>
+
+ <p>For example:</p>
+
+ <example>LoadFile libexex/libxmlparse.so</example>
+
</usage>
</directivesynopsis>