summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-10-30 20:53:18 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-10-30 20:53:18 +0000
commitd5964a9e3223bbf3dfbf65ee4bc034d9d8b77ee5 (patch)
tree4b295a79a72a64b21f9c090ce3e5e1f693cf7aa1 /docs
parent4ee421d9cdaa8229e880b85a54bffc3fa190220a (diff)
downloadhttpd-d5964a9e3223bbf3dfbf65ee4bc034d9d8b77ee5.tar.gz
Fix a typo in doc as spotted by ceving in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1711549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_ssl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 9fd654b573..63a6392a6d 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1462,7 +1462,7 @@ The available <em>option</em>s are:</p>
SSLOptions +FakeBasicAuth -StrictRequire
&lt;Files ~ "\.(cgi|shtml)$"&gt;
SSLOptions +StdEnvVars -ExportCertData
-&lt;Files&gt;
+&lt;/Files&gt;
</highlight>
</example>
</usage>