From 297e99b19d4bff90710d926b0fbbb99554c28fa0 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 25 Jun 2012 13:01:12 +0000 Subject: [PATCH] Fix the wording of r1353263 a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1353503 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dir.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index f404abab8b9..caf5197e330 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -118,7 +118,7 @@ a directory DirectoryIndex index.html index.php </Directory> -# Example C: To replace the list, you must explicitly do so: +# Example C: To replace the list, you must explicitly reset it first: # In this example, only index.php will remain as an index resource. <Directory /foo> DirectoryIndex index.html -- 2.47.3