]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix parameter name.
authorNilgun Belma Buguner <nilgun@apache.org>
Mon, 17 Sep 2018 02:30:21 +0000 (02:30 +0000)
committerNilgun Belma Buguner <nilgun@apache.org>
Mon, 17 Sep 2018 02:30:21 +0000 (02:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841039 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ad94bfe3d2029f66d9b0650a85d37d9a3d73af6c..c0580edc7804faa1bf8b595086f9eaee0aecabee 100644 (file)
@@ -2273,7 +2273,7 @@ if a test is true at startup</description>
 <name>IfFile</name>
 <description>Encloses directives that will be processed only
 if file exists at startup</description>
-<syntax>&lt;IfFile [!]<var>parameter-name</var>&gt; ...
+<syntax>&lt;IfFile [!]<var>filename</var>&gt; ...
     &lt;/IfFile&gt;</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>