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 2019/10/26 13:25:05 UTC

svn commit: r1869000 - /httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Author: jailletc36
Date: Sat Oct 26 13:25:05 2019
New Revision: 1869000

URL: http://svn.apache.org/viewvc?rev=1869000&view=rev
Log:
Fix directive name in <syntax>

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_md.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_md.xml?rev=1869000&r1=1868999&r2=1869000&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Sat Oct 26 13:25:05 2019
@@ -1144,7 +1144,7 @@ MDMessageCmd /etc/apache/md-message
     <directivesynopsis>
         <name>MDStapleOthers</name>
         <description>Enable stapling for certificates not managed by mod_md.</description>
-        <syntax>MDStaplingOthers on|off</syntax>
+        <syntax>MDStapleOthers on|off</syntax>
         <default>on</default>
         <contextlist>
             <context>server config</context>