On 28 August 2010 15:29, Thom Brown <[email protected]> wrote:
> I attach a patch which fixes a few layout and markup issues, and also
> a bit of tidying up.  These include
> - removing excessive table cells
> - moving function parameters into function tags rather than having
> them being considered separate
> - adding return type column on XML2 contrib module functions list and
> removing return types from function
> - adding table header to XML2 contrib parameter table
>

Another minor fix attached to put text into a containing paragraph.
-- 
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e6923c3..44063c3 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -82,8 +82,10 @@
      <member><literal>NOT</></member>
     </simplelist>
 
-    <acronym>SQL</acronym> uses a three-valued Boolean logic where the null value represents
-    <quote>unknown</quote>.  Observe the following truth tables:
+    <para>
+     <acronym>SQL</acronym> uses a three-valued Boolean logic where the null value represents
+     <quote>unknown</quote>.  Observe the following truth tables:
+    </para>
 
     <informaltable>
      <tgroup cols="4">

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to