
colm at apache
Nov 2, 2009, 6:06 PM
Post #1 of 1
(118 views)
Permalink
|
|
svn commit: r832263 - /httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml
|
|
Author: colm Date: Tue Nov 3 02:06:08 2009 New Revision: 832263 URL: http://svn.apache.org/viewvc?rev=832263&view=rev Log: Fixup for two grammar nits - pluralisation and articulation. Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml?rev=832263&r1=832262&r2=832263&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml Tue Nov 3 02:06:08 2009 @@ -505,7 +505,7 @@ <dd> <p>A mapping is maintained, from users to target servers, in - external maps files. They look like:</p> + external map files. They look like:</p> <example><pre> user1 physical_host_of_user1 @@ -513,8 +513,8 @@ : : </pre></example> - <p>We put this into a <code>map.users-to-hosts</code> file. The - aim is the map;</p> + <p>We put this into a <code>map.users-to-hosts</code> file. The + aim is to map;</p> <example><pre> /u/user1/anypath
|