]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport changes from 2.1.
authorYoshiki Hayashi <yoshiki@apache.org>
Sun, 5 Sep 2004 02:30:44 +0000 (02:30 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sun, 5 Sep 2004 02:30:44 +0000 (02:30 +0000)
Absolute path comment and other whitespace changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104982 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index f74f507761ee96b1814a1f89315faac5a30c8d9b..1c7a19bdf89af406f3f9a1b8de1e8b8b6bad28e1 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.46.2.38 $ -->
+<!-- $Revision: 1.46.2.39 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -953,9 +953,8 @@ in case of an error</description>
 <usage>
     <p>The <directive>ErrorLog</directive> directive sets the name of
     the file to which the server will log any errors it encounters. If
-    the <var>file-path</var> is not absolute (in general: does not begin
-    with a slash (/)) then it is assumed to be relative to the <directive
-    module="core">ServerRoot</directive>.</p>
+    the <var>file-path</var> is not absolute then it is assumed to be 
+    relative to the <directive module="core">ServerRoot</directive>.</p>
 
     <example><title>Example</title>
     ErrorLog /var/log/httpd/error_log
@@ -1384,9 +1383,8 @@ the server configuration files</description>
     files in a directory that can cause <code>httpd</code> to
     fail.</p>
 
-    <p>The file path specified may be an absolute path (i.e.
-    starting with a slash), or may be relative to the
-    <directive module="core">ServerRoot</directive> directory.</p>
+    <p>The file path specified may be an absolute path, or may be relative 
+    to the <directive module="core">ServerRoot</directive> directory.</p>
 
     <p>Examples:</p>
 
@@ -2129,7 +2127,7 @@ hosting</description>
       NameVirtualHost *
     </example>
 
-    <note><title>Argument to <directive  type="section">VirtualHost</directive>
+    <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
@@ -2291,7 +2289,6 @@ directory</description>
     <code>Includes</code> are set for the <code>/web/docs/spec</code>
     directory.</p>
 
-
     <note><title>Note</title>
       <p>Using <code>-IncludesNOEXEC</code> or
       <code>-Includes</code> disables server-side includes completely
@@ -2670,7 +2667,7 @@ itself</description>
 </usage>
 
 <seealso><a href="../dns-caveats.html">Issues Regarding DNS and
-Apache</a></seealso>
+    Apache</a></seealso>
 <seealso><a href="../vhosts/">Apache virtual host
     documentation</a></seealso>
 <seealso><directive module="core">UseCanonicalName</directive></seealso>