You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/13 23:06:30 UTC

svn commit: r774533 - /httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml

Author: wrowe
Date: Wed May 13 21:06:29 2009
New Revision: 774533

URL: http://svn.apache.org/viewvc?rev=774533&view=rev
Log:
use a single spelling of Multiviews

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml?rev=774533&r1=774532&r2=774533&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_negotiation.xml Wed May 13 21:06:29 2009
@@ -40,7 +40,7 @@
       <code>type-map</code>) which explicitly lists the files
       containing the variants.</li>
 
-      <li>A MultiViews search (enabled by the <code>MultiViews</code>
+      <li>A Multiviews search (enabled by the <code>Multiviews</code>
       <directive module="core">Options</directive>), where the server does
       an implicit filename pattern match, and choose from amongst the
       results.</li>
@@ -147,8 +147,8 @@
     </dl>
 </section>
 
-<section id="multiviews"><title>MultiViews</title>
-    <p>A MultiViews search is enabled by the <code>MultiViews</code>
+<section id="multiviews"><title>Multiviews</title>
+    <p>A Multiviews search is enabled by the <code>Multiviews</code>
     <directive module="core">Options</directive>. If the server receives a
     request for <code>/some/dir/foo</code> and
     <code>/some/dir/foo</code> does <em>not</em> exist, then the
@@ -159,7 +159,7 @@
     of them by name. It then chooses the best match to the client's
     requirements, and returns that document.</p>
 
-    <p>The <directive module="mod_mime">MultiViewsMatch</directive>
+    <p>The <directive module="mod_mime">MultiviewsMatch</directive>
     directive configures whether Apache will consider files
     that do not have content negotiation meta-information assigned
     to them when choosing files.</p>
@@ -263,7 +263,7 @@
 <usage>
     <p>The <directive>LanguagePriority</directive> sets the precedence
     of language variants for the case where the client does not
-    express a preference, when handling a MultiViews request. The list
+    express a preference, when handling a Multiviews request. The list
     of <var>MIME-lang</var> are in order of decreasing preference.</p>
 
     <example><title>Example:</title>