X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 56C073A1A66 for ; Sun, 19 Dec 2004 21:45:24 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 81395-05 for ; Sun, 19 Dec 2004 21:45:19 +0000 (GMT) Received: from mail.coretech.co.nz (coretech.co.nz [202.36.204.41]) by svr1.postgresql.org (Postfix) with ESMTP id 7A2E63A1A4C for ; Sun, 19 Dec 2004 21:45:19 +0000 (GMT) Received: (qmail 1783 invoked from network); 19 Dec 2004 21:45:18 -0000 Received: from unknown (HELO ?10.0.10.28?) (10.0.10.28) by 0 with SMTP; 19 Dec 2004 21:45:18 -0000 Message-ID: <41C5F66E.1020005@coretech.co.nz> Date: Mon, 20 Dec 2004 10:45:18 +1300 From: Mark Kirkwood User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: Docs build failure on plpgsql.sgml Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.033 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200412/25 X-Sequence-Number: 2721 I am seeing a docs build failure : openjade:plpgsql.sgml:1646:10:E: end tag for "SECT3" omitted, but OMITTAG NO was specified openjade:plpgsql.sgml:1640:5: start tag was here make: *** [html] Error 1 Adding an extra tag after line 1645 will make it build ok on my system (not sure if that was the intent of the previous change tho) regards Mark