You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/07/26 15:34:02 UTC

svn commit: r559809 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: noodl
Date: Thu Jul 26 06:34:01 2007
New Revision: 559809

URL: http://svn.apache.org/viewvc?view=rev&rev=559809
Log:
Copy Options warning present in trunk and 2.0 docs to 2.2

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?view=diff&rev=559809&r1=559808&r2=559809
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Thu Jul 26 06:34:01 2007
@@ -2331,6 +2331,12 @@
     <code>-</code> are removed from the options currently in
     force. </p>
 
+    <note type="warning"><title>Warning</title>
+    <p>Mixing <directive>Options</directive> with a <code>+</code> or
+    <code>-</code> with those without is not valid syntax, and is likely
+    to cause unexpected results.</p>
+    </note>
+
     <p>For example, without any <code>+</code> and <code>-</code> symbols:</p>
 
     <example>