]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix comment
authorAndré Malo <nd@apache.org>
Sat, 22 Mar 2008 00:00:26 +0000 (00:00 +0000)
committerAndré Malo <nd@apache.org>
Sat, 22 Mar 2008 00:00:26 +0000 (00:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@639926 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 9440bba62a0ea0ba07abb13721e3de058653ced3..d0b6e34847cba3cc7ba9534da541bc736b0203a4 100644 (file)
@@ -573,7 +573,7 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru|tr))?(/.*)?$ "@exp_manualdir@$1"
     <Files *.html>
         SetHandler type-map
     </Files>
-    <!-- .tr is text/troff in mime.types! -->
+    # .tr is text/troff in mime.types!
     <Files *.html.tr.utf8>
         ForceType text/html
     </Files>
index 533806b46f5105634d576526b90d19716e3a51ca..6fa2a4eb9975ecb77504efe07a9b5da3bcf8e6fe 100644 (file)
@@ -499,7 +499,7 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru|tr))?(/.*)?$ "@@ServerRoot@@/manu
     <Files *.html>
         SetHandler type-map
     </Files>
-    <!-- .tr is text/troff in mime.types! -->
+    # .tr is text/troff in mime.types!
     <Files *.html.tr.utf8>
         ForceType text/html
     </Files>