Docs slightly broken - Mailing list pgsql-patches

From Andrew Dunstan
Subject Docs slightly broken
Date
Msg-id 4041E85D.3090904@dunslane.net
Whole thread Raw
Responses Re: Docs slightly broken  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
There appears to be a missing row closing tag in funcs.sgml, which made
"make html" complain loudly for me. Fix below.

cheers

andrew


Index: func.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v
retrieving revision 1.188
diff -c -r1.188 func.sgml
*** func.sgml   27 Feb 2004 03:59:23 -0000      1.188
--- func.sgml   29 Feb 2004 13:22:42 -0000
***************
*** 6111,6116 ****
--- 6111,6117 ----
      <literal>6</literal> for IPv6</entry>
      <entry><literal>family('::1')</literal></entry>
      <entry><literal>6</literal></entry>
+        </row>
        </tbody>
       </tgroup>
      </table>



pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: log_line_info
Next
From: Neil Conway
Date:
Subject: Re: Docs slightly broken