List:Internals« Previous MessageNext Message »
From:jstephens Date:October 22 2005 4:14am
Subject:svn commit - mysqldoc@docsrva: r138 - trunk/refman-5.0
View as plain text  
Author: jstephens
Date: 2005-10-22 04:14:19 +0200 (Sat, 22 Oct 2005)
New Revision: 138

Log:

trunk/refman-5.0/functions.xml - Moved note/link as suggested by user



Modified:
   trunk/refman-5.0/functions.xml

Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml	2005-10-21 23:31:59 UTC (rev 137)
+++ trunk/refman-5.0/functions.xml	2005-10-22 02:14:19 UTC (rev 138)
@@ -1314,6 +1314,12 @@
             expression evaluates the same way as
             <literal>(!1)+1</literal>.
           </para>
+
+          <para>
+            Note that the precedence of the <literal>NOT</literal>
+            operator changed in MySQL 5.0.2. See 
+            <xref linkend="operator-precedence"/>.
+          </para>
         </listitem>
 
         <listitem>
@@ -1473,15 +1479,6 @@
 
       </itemizedlist>
 
-      <para>
-        Note that the precedence of the <literal>NOT</literal> operator
-        changed in MySQL 5.0.2.
-      </para>
-
-      <para>
-        See also <xref linkend="operator-precedence"/>.
-      </para>
-
     </section>
 
   </section>

Thread
svn commit - mysqldoc@docsrva: r138 - trunk/refman-5.0jstephens22 Oct