changeset 2253:84fb9d197d62

* doc/athttpd.sgml: jade doesn't allow underscores in id attributes, so fix.
author jlarmour
date Wed, 19 Jul 2006 14:53:33 +0000
parents 528ad6cc97bf
children b56324487ec7
files packages/net/athttpd/current/ChangeLog packages/net/athttpd/current/doc/athttpd.sgml
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/athttpd/current/ChangeLog
+++ b/packages/net/athttpd/current/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-19  Sergei Gavrikov  <w3sg@softhome.net>
+
+	* doc/athttpd.sgml: jade doesn't allow underscores in
+	id attributes, so fix.
+
 2006-07-18  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/httpd.cdl: Add -D __ECOS in compiler flags.
--- a/packages/net/athttpd/current/doc/athttpd.sgml
+++ b/packages/net/athttpd/current/doc/athttpd.sgml
@@ -185,7 +185,7 @@ len         : length of the data to send
 as <command>cyg_httpd_write_chunked()</command></para>
 </sect1>
 
-<sect1 id="athttpd-mime_types">
+<sect1 id="athttpd-mime-types">
 <title>MIME types</title>
 <para>
 The server has an internal table with all the recognized mime types. Each time
@@ -217,7 +217,7 @@ The following is an example of how to ad
 CYG_HTTPD_MIME_TABLE_ENTRY(hal_pdf_entry, "pdf", "application/pdf");
 </programlisting></para>
 
-<sect2 id="athttpd-mime_types-chunked">
+<sect2 id="athttpd-mime-types-chunked">
 <title>MIME Types for Chunked Frames</title>
 <para>
 For chunked frames, which are generally used inside c language callbacks, there