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 2020/10/02 16:25:03 UTC

svn commit: r1882202 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Fri Oct  2 16:25:02 2020
New Revision: 1882202

URL: http://svn.apache.org/viewvc?rev=1882202&view=rev
Log:
Fix a typo.
One should always ./build.sh before commiting changes :-(

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml?rev=1882202&r1=1882201&r2=1882202&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml Fri Oct  2 16:25:02 2020
@@ -2525,7 +2525,7 @@ Responder), this option should be turned
 <directivesynopsis>
 <name>SSLOCSPNoverify</name>
 <description>skip the OCSP responder certificates verification</description>
-<syntax>SSLOCSPNoverify on|off</em></syntax>
+<syntax>SSLOCSPNoverify on|off</syntax>
 <default>SSLOCSPNoverify off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>