From: Rich Bowen Date: Thu, 3 Nov 2005 01:39:07 +0000 (+0000) Subject: Warning about mixing +/- with bareword Options X-Git-Tag: 2.0.56~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2225a8bc8d73a2873d078abeba8b9af3fcf0e07f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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: