You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2016/12/15 18:23:48 UTC

svn commit: r1774505 - /httpd/httpd/trunk/docs/manual/mod/mod_info.xml

Author: elukey
Date: Thu Dec 15 18:23:48 2016
New Revision: 1774505

URL: http://svn.apache.org/viewvc?rev=1774505&view=rev
Log:
Fixed xml for mod_info.xml

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_info.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_info.xml?rev=1774505&r1=1774504&r2=1774505&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_info.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_info.xml Thu Dec 15 18:23:48 2016
@@ -118,7 +118,7 @@ configuration</description>
     <module>mod_info</module> will dump the pre-parsed configuration to
     <code>stdout</code> during server startup.</p>
 
-    <highlight langage="sh">
+    <highlight language="sh">
     httpd -DDUMP_CONFIG -k start
     </highlight>