fix programlisting output to match the sections they are in
authorMike Frysinger <vapier@gentoo.org>
Sat, 20 Jan 2007 13:48:07 +0000 (13:48 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 20 Jan 2007 13:48:07 +0000 (13:48 -0000)
svn path=/main/trunk/; revision=5734

doc/qa.docbook

index 22cefa8d2da09333bd0f5e4639c1567cc662359f..a8178d5b72842adfcb41f9f1d5da161363526432 100644 (file)
     QA Notice: Package has poor programming practices which may compile
                fine but exhibit random runtime failures.
     ...: warning: implicit declaration of function ...
+    ...: warning: incompatible implicit declaration of built-in function ...
    </programlisting>
   </para>
   <para>
    <programlisting>
     QA Notice: Package has poor programming practices which may compile
                fine but exhibit random runtime failures.
-    ...: warning: incompatible implicit declaration of built-in function ...
+    ...: warning: is used uninitialized in this function
    </programlisting>
   </para>
   <para>
    <programlisting>
     QA Notice: Package has poor programming practices which may compile
                fine but exhibit random runtime failures.
-    ...: warning: is used uninitialized in this function
+    ...: warning: comparisons like X&lt;=Y&lt;=Z do not have their mathematical meaning
    </programlisting>
   </para>
   <para>
    <programlisting>
     QA Notice: Package has poor programming practices which may compile
                fine but exhibit random runtime failures.
-    ...: warning: comparisons like X&lt;=Y&lt;=Z do not have their mathematical meaning
+    ...: warning: null argument where non-null required
    </programlisting>
   </para>
   <para>