]> granicus.if.org Git - apache/commitdiff
Forward port changes from 2.0. <code> mark up change and whitespace changes.
authorYoshiki Hayashi <yoshiki@apache.org>
Sun, 5 Sep 2004 02:32:01 +0000 (02:32 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sun, 5 Sep 2004 02:32:01 +0000 (02:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104983 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index f9df88bdfaeb9acab40a3548340465c795b37cc8..7d94db4d1137d8171251e1d82b2edcc093694f1f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.91 $ -->
+<!-- $Revision: 1.92 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -263,7 +263,6 @@ be passed through</description>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>
 </directivesynopsis>
 
-
 <directivesynopsis>
 <name>AllowOverride</name>
 <description>Types of directives that are allowed in
@@ -2113,7 +2112,7 @@ hosting</description>
     <note><title>Argument to <directive type="section">VirtualHost</directive>
       directive</title>
       <p>Note that the argument to the <directive
-      type="section">VirtualHost</directive> directive must
+       type="section">VirtualHost</directive> directive must
       exactly match the argument to the <directive
       >NameVirtualHost</directive> directive.</p>
 
@@ -2516,7 +2515,7 @@ later</compatibility>
       #!C:/Perl/bin/perl.exe
     </example>
 
-    <p>or, if perl is in the <code>PATH</code>, simply:</p>
+    <p>or, if <code>perl</code> is in the <code>PATH</code>, simply:</p>
 
     <example>
       #!perl
@@ -2531,7 +2530,7 @@ later</compatibility>
     registry keys cannot be found, Apache falls back to the behavior of the
     <code>Script</code> option.</p>
 
-    <note type="warning"><title>Security</title> 
+    <note type="warning"><title>Security</title>
     <p>Be careful when using <code>ScriptInterpreterSource
     Registry</code> with <directive
     module="mod_alias">ScriptAlias</directive>'ed directories, because
@@ -3107,7 +3106,7 @@ hostname or IP address</description>
 </usage>
 <seealso><a href="../vhosts/">Apache Virtual Host documentation</a></seealso>
 <seealso><a href="../dns-caveats.html">Issues Regarding DNS and
-     Apache</a></seealso>
+    Apache</a></seealso>
 <seealso><a href="../bind.html">Setting
     which addresses and ports Apache uses</a></seealso>
 <seealso><a href="../sections.html">How &lt;Directory&gt;, &lt;Location&gt;