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 2002/11/05 09:14:35 UTC

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

yoshiki     2002/11/05 00:14:35

  Modified:    docs/manual/mod core.html.en core.xml
  Log:
  Correct typo, cut and past error, wrong mark up and redundant see also.
  
  Revision  Changes    Path
  1.41      +4 -4      httpd-2.0/docs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- core.html.en	28 Oct 2002 01:52:01 -0000	1.40
  +++ core.html.en	5 Nov 2002 08:14:34 -0000	1.41
  @@ -616,7 +616,7 @@
       <li>On some multiprocessor systems, memory-mapping can reduce the
       performance of the httpd.</li>
       <li>With an NFS-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code>,
  -    the httpd may crash due tof a segmentation fault if a file is deleted
  +    the httpd may crash due to a segmentation fault if a file is deleted
       or truncated while the httpd has it memory-mapped.</li>
       </ul>
   
  @@ -665,7 +665,7 @@
       </ul>
   
       <p>For server configurations that are vulnerable to these problems,
  -    you should disable memory-mapping of delivered files by specifying:</p>
  +    you should disable this feature by specifying:</p>
   
       <div class="example"><p><code>
         EnableSendfile off
  @@ -1489,7 +1489,7 @@
         <p>The slash character has special meaning depending on where in a
         URL it appears. People may be used to its behavior in the filesystem
         where multiple adjacent slashes are frequently collapsed to a single
  -      slash (<var>i.e.</var>, <code>/home///foo</code> is the same as
  +      slash (<em>i.e.</em>, <code>/home///foo</code> is the same as
         <code>/home/foo</code>). In URL-space this is not necessarily true.
         The <code class="directive"><a href="#locationmatch">&lt;LocationMatch&gt;</a></code>
         directive and the regex version of <code class="directive">&lt;Location&gt;</code> require you to explicitly specify multiple
  @@ -1717,7 +1717,7 @@
           &lt;/VirtualHost&gt;<br />
         </code></p></div>
       </div>
  -<h3>See also</h3><ul><li>See also: <a href="../vhosts/">Virtual Hosts
  +<h3>See also</h3><ul><li><a href="../vhosts/">Virtual Hosts
   documentation</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="Options" id="Options">Options</a> <a name="options" id="options">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description: 
                 </a></th><td>Configures what features are available in a particular
   directory</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
  
  
  
  1.40      +4 -4      httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- core.xml	28 Oct 2002 01:52:01 -0000	1.39
  +++ core.xml	5 Nov 2002 08:14:34 -0000	1.40
  @@ -687,7 +687,7 @@
       <li>On some multiprocessor systems, memory-mapping can reduce the
       performance of the httpd.</li>
       <li>With an NFS-mounted <directive module="core">DocumentRoot</directive>,
  -    the httpd may crash due tof a segmentation fault if a file is deleted
  +    the httpd may crash due to a segmentation fault if a file is deleted
       or truncated while the httpd has it memory-mapped.</li>
       </ul>
   
  @@ -742,7 +742,7 @@
       </ul>
   
       <p>For server configurations that are vulnerable to these problems,
  -    you should disable memory-mapping of delivered files by specifying:</p>
  +    you should disable this feature by specifying:</p>
   
       <example>
         EnableSendfile off
  @@ -1710,7 +1710,7 @@
         <p>The slash character has special meaning depending on where in a
         URL it appears. People may be used to its behavior in the filesystem
         where multiple adjacent slashes are frequently collapsed to a single
  -      slash (<var>i.e.</var>, <code>/home///foo</code> is the same as
  +      slash (<em>i.e.</em>, <code>/home///foo</code> is the same as
         <code>/home/foo</code>). In URL-space this is not necessarily true.
         The <directive type="section" module="core">LocationMatch</directive>
         directive and the regex version of <directive type="section"
  @@ -1968,7 +1968,7 @@
       </note>
   </usage>
   
  -<seealso>See also: <a href="../vhosts/">Virtual Hosts
  +<seealso><a href="../vhosts/">Virtual Hosts
   documentation</a></seealso>
   
   </directivesynopsis>