You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/10/30 21:29:42 UTC

svn commit: r1711547 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Fri Oct 30 20:29:42 2015
New Revision: 1711547

URL: http://svn.apache.org/viewvc?rev=1711547&view=rev
Log:
Fix a typo in doc as spotted by ceving in online doc

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=1711547&r1=1711546&r2=1711547&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Fri Oct 30 20:29:42 2015
@@ -1460,7 +1460,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>