]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Oops. Mixed file names in my example.
authorRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2011 03:18:26 +0000 (03:18 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2011 03:18:26 +0000 (03:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089717 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_negotiation.html.en
docs/manual/mod/mod_negotiation.xml
docs/manual/mod/mod_negotiation.xml.ja

index 1cf3b7f5a938eefb17f748fddbcefa1aa56a8c3b..f321406a3324ef62acb197e4fb1560aba7f67488 100644 (file)
@@ -164,11 +164,12 @@ Negotiation</a></li>
     and German. The files for each of these are called
     <code>document.html.en</code>, <code>document.html.fr</code>, and
     <code>document.html.de</code>, respectively. The type map file will
-    be called <code>index.html.var</code>, and will contain the
+    be called <code>document.html.var</code>, and will contain the
     following:</p>
     
-    <div class="example"><h3>index.html.var</h3><p><code>
-
+    <div class="example"><p><code>
+    URI: document.html<br />
+    <br />
     Content-language: en<br />
     Content-type: text/html<br />
     URI: document.html.en<br />
index 5762a76fd44898590f707240036b8b8f127a7839..2f9e0bbbc926dddecd018358f8e2e07bf444f129 100644 (file)
@@ -151,11 +151,12 @@ Negotiation</a></seealso>
     and German. The files for each of these are called
     <code>document.html.en</code>, <code>document.html.fr</code>, and
     <code>document.html.de</code>, respectively. The type map file will
-    be called <code>index.html.var</code>, and will contain the
+    be called <code>document.html.var</code>, and will contain the
     following:</p>
     
-    <example><title>index.html.var</title>
-
+    <example>
+    URI: document.html<br />
+    <br />
     Content-language: en<br />
     Content-type: text/html<br />
     URI: document.html.en<br />
index f67e74118855a4e9c40f75bf452e3a640dfa1abf..7b775259eaa7cf523eba764185a7f739ade823f4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1089714 (outdated) -->
+<!-- English Revision: 420990:1089716 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more