[xiph-commits] r18140 - icecast/trunk/icecast/doc

msmith at svn.xiph.org msmith at svn.xiph.org
Fri Dec 2 23:02:22 PST 2011


Author: msmith
Date: 2011-12-02 23:02:22 -0800 (Fri, 02 Dec 2011)
New Revision: 18140

Modified:
   icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
Fix XML comments in doc fragments in html.


Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html	2011-11-30 18:43:56 UTC (rev 18139)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html	2011-12-03 07:02:22 UTC (rev 18140)
@@ -213,7 +213,7 @@
 <pre>
     &lt;shoutcast-mount&gt;/live.nsv&lt;/shoutcast-mount&gt;
 
-    &lt;-- You may have multiple &lt;listen-socket&gt; elements --&gt;
+    &lt;!-- You may have multiple &lt;listen-socket&gt; elements --&gt;
     &lt;listen-socket&gt;
         &lt;port&gt;8000&lt;/port&gt;
     &lt;/listen-socket&gt;
@@ -688,7 +688,7 @@
         &lt;accesslog&gt;access.log&lt;/accesslog&gt;
         &lt;errorlog&gt;error.log&lt;/errorlog&gt;
         &lt;playlistlog&gt;playlist.log&lt;/playlistlog&gt;
-      	&lt;loglevel&gt;4&lt;/loglevel&gt; &lt;-- 4 Debug, 3 Info, 2 Warn, 1 Error --&gt;
+      	&lt;loglevel&gt;4&lt;/loglevel&gt; &lt;!-- 4 Debug, 3 Info, 2 Warn, 1 Error --&gt;
     &lt;/logging&gt;
 </pre>
 <p>This section contains information relating to logging within icecast.  There are two logfiles currently generated by icecast, an error.log (where all log messages are placed) and an access.log (where all stream/admin/http requests are logged).



More information about the commits mailing list