Thread: Docs slightly broken

Docs slightly broken

From
Andrew Dunstan
Date:
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>



Re: Docs slightly broken

From
Neil Conway
Date:
Andrew Dunstan wrote:
> There appears to be a missing row closing tag in funcs.sgml, which made
> "make html" complain loudly for me. Fix below.

Thanks; patch applied.

(As I noted in the commit message, I didn't notice this mistake
because my version of OpenJade doesn't complain...)

-Neil