From 2225a8bc8d73a2873d078abeba8b9af3fcf0e07f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 3 Nov 2005 01:39:07 +0000 Subject: [PATCH] Warning about mixing +/- with bareword Options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@330408 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 ++++++ docs/manual/mod/core.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 10cc92fb57c..647bf532211 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2301,6 +2301,12 @@ directory - are removed from the options currently in force.

+

Warning

+

Mixing Options with a + or + - with those without is not valid syntax, and is likely + to cause unexpected results.

+
+

For example, without any + and - symbols:

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 1b8d638cb86..c8a0d06d844 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2277,6 +2277,12 @@ directory - are removed from the options currently in force.

+ Warning +

Mixing Options with a + or + - with those without is not valid syntax, and is likely + to cause unexpected results.

+
+

For example, without any + and - symbols:

-- 2.47.2