From 6bdc3183583e5eb1e9ce789a9f08753b82fa1c44 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Wed, 21 Sep 2005 17:06:21 +0000
Subject: [PATCH] validate the glossary tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290744 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_filter.xml | 8 ++++----
docs/manual/sections.xml | 6 ++++--
docs/manual/urlmapping.xml | 3 ++-
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml
index ad15c8c26e..f5982e9be3 100644
--- a/docs/manual/mod/mod_filter.xml
+++ b/docs/manual/mod/mod_filter.xml
@@ -277,10 +277,10 @@
The match argument specifies a match that will be applied to
the filter's dispatch criterion. The match may be
- a string match (exact match or substring), a regex,
- an integer (greater,
- lessthan or equals), or unconditional. The first characters of the
- match argument determines this:
+ a string match (exact match or substring), a regex, an integer (greater, lessthan or equals), or
+ unconditional. The first characters of the match argument
+ determines this:
First, if the first character is an exclamation mark
(!
), this reverses the rule, so the provider will be used
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 10c8e70fa2..fc1eb5a085 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -129,7 +129,8 @@ from databases or other locations.
The Directory
and Files
-directives, along with their regex counterparts, apply directives to
+directives, along with their regex
+counterparts, apply directives to
parts of the filesystem. Directives enclosed in a Directory section apply to
the named filesystem directory and all subdirectories of that
@@ -182,7 +183,8 @@ Deny from all
Webspace Containers
The Location
-directive and its regex counterpart, on the other hand, change the
+directive and its regex counterpart, on
+the other hand, change the
configuration for content in the webspace. For example, the following
configuration prevents access to any URL-path that begins in /private.
In particular, it will apply to requests for
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index b760fc49ae..1bfa3481aa 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -109,7 +109,8 @@
will be served from /var/web/dir/file.html
. The
ScriptAlias directive
works the same way, with the additional effect that all content
- located at the target path is treated as CGI scripts.
+ located at the target path is treated as CGI scripts.
For situations where you require additional flexibility, you
can use the AliasMatch
--
2.40.0