]> granicus.if.org Git - apache/commitdiff
Clarify what basename is (from 1.3).
authorYoshiki Hayashi <yoshiki@apache.org>
Mon, 7 Oct 2002 10:14:44 +0000 (10:14 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Mon, 7 Oct 2002 10:14:44 +0000 (10:14 +0000)
Fix typo.

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

docs/manual/mod/core.xml

index 8fb5c4ac082c32a8fe0d26bd80be46efa4a9a504..1ada667b0ae6195b959e7372bb06d2df78e219e2 100644 (file)
@@ -815,7 +815,7 @@ filenames</description>
     type="directive">Location</directive> directives. It should be
     matched with a <code>&lt;/Files&gt;</code> directive. The
     directives given within this section will be applied to any object
-    with a basename (not a full path) matching the
+    with a basename (last component of filename) matching the
     specified filename. <directive type="section">Files</directive>
     sections are processed in the order they appear in the
     configuration file, after the <directive module="core"
@@ -1039,7 +1039,7 @@ $ httpd -DReverseProxy ...
 <directivesynopsis type="section">
 <name>IfModule</name>
 <description>Encloses directives that are processed conditional on the
-presence of absence of a specific module</description>
+presence or absence of a specific module</description>
 <syntax>&lt;IfModule [!]<var>module-name</var>&gt; ...
     &lt;/IfModule&gt;</syntax>     
 <contextlist><context>server config</context><context>virtual host</context>