You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2003/12/19 06:29:59 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_dir.html.en mod_dir.xml

yoshiki     2003/12/18 21:29:59

  Modified:    docs/manual/mod mod_dir.html.en mod_dir.xml
  Log:
  Correct a grammatical error.
  
  Suggested by:	Michael Schroepl
  
  Revision  Changes    Path
  1.19      +1 -1      httpd-2.0/docs/manual/mod/mod_dir.html.en
  
  Index: mod_dir.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_dir.html.en	29 May 2003 16:13:17 -0000	1.18
  +++ mod_dir.html.en	19 Dec 2003 05:29:59 -0000	1.19
  @@ -75,7 +75,7 @@
   </table>
       <p>The <code class="directive">DirectoryIndex</code> directive sets the
       list of resources to look for, when the client requests an index
  -    of the directory by specifying a / at the end of the a directory
  +    of the directory by specifying a / at the end of the directory
       name.  <var>Local-url</var> is the (%-encoded) URL of a document on
       the server relative to the requested directory; it is usually the
       name of a file in the directory. Several URLs may be given, in
  
  
  
  1.6       +1 -1      httpd-2.0/docs/manual/mod/mod_dir.xml
  
  Index: mod_dir.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_dir.xml	11 Apr 2003 01:25:52 -0000	1.5
  +++ mod_dir.xml	19 Dec 2003 05:29:59 -0000	1.6
  @@ -48,7 +48,7 @@
   <usage>
       <p>The <directive>DirectoryIndex</directive> directive sets the
       list of resources to look for, when the client requests an index
  -    of the directory by specifying a / at the end of the a directory
  +    of the directory by specifying a / at the end of the directory
       name.  <var>Local-url</var> is the (%-encoded) URL of a document on
       the server relative to the requested directory; it is usually the
       name of a file in the directory. Several URLs may be given, in