From 4865b836c2ce2e5c9291f9c99ca3a15a014c51c3 Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Sun, 23 Mar 2003 22:53:51 +0000 Subject: [PATCH] Typo: explicitly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99048 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/sections.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index a17c6a89b6..e00e88f786 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -205,7 +205,7 @@ directives can each use shell-style wildcard characters as in matches any sequence of characters, "?" matches any single character, and "[seq]" matches any character in seq. The "/" character will not be matched by any wildcard; it must be specified -explictly.

+explicitly.

If even more flexible matching is required, each container has a regular-expression (regex) counterpart