Docs slightly broken

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Docs slightly broken
Date: 2004-02-29 13:25:49
Message-ID: 4041E85D.3090904@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-02-29 16:05:00 Re: Docs slightly broken
Previous Message Andrew Dunstan 2004-02-29 13:19:03 Re: log_line_info