]> granicus.if.org Git - apache/commitdiff
Be more consistent on how we display the paramters of a directive
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jun 2018 16:31:34 +0000 (16:31 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jun 2018 16:31:34 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834692 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index bf50c766541c90de3d553cbdfdfbf8af0e437cca..1dfaeb63c4a43a53caa713a9b58ecae0438a75b5 100644 (file)
@@ -2480,8 +2480,8 @@ Responder), this option should be turned <code>off</code>.</p>
 <directivesynopsis>
 <name>SSLOCSPNoverify</name>
 <description>skip the OCSP responder certificates verification</description>
-<syntax>SSLOCSPNoverify <em>On/Off</em></syntax>
-<default>SSLOCSPNoverify Off</default>
+<syntax>SSLOCSPNoverify on|off</syntax>
+<default>SSLOCSPNoverify off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 <compatibility>Available in httpd 2.4.26 and later, if using OpenSSL 0.9.7 or later</compatibility>