From: William A. Rowe Jr Date: Mon, 23 Jul 2001 18:53:04 +0000 (+0000) Subject: XXX is disallowed except as a to-do note X-Git-Tag: 2.0.22~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77dc0ac9266fc4725606a022d11fe789dd225f99;p=thirdparty%2Fapache%2Fhttpd.git XXX is disallowed except as a to-do note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ebcdic.html b/docs/manual/ebcdic.html index 74d01485ccd..8b9ce3cb4ee 100644 --- a/docs/manual/ebcdic.html +++ b/docs/manual/ebcdic.html @@ -181,8 +181,8 @@ with care. AddType text/x-ascii-html .ahtml AddType text/x-ascii-plain .ascii - Similarly, any text/XXXX MIME type can be served as "raw ASCII" by - configuring a MIME type "text/x-ascii-XXXX" for it using AddType. + Similarly, any text/foo MIME type can be served as "raw ASCII" by + configuring a MIME type "text/x-ascii-foo" for it using AddType.