Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id DF37D4758C9 for ; Thu, 26 Dec 2002 21:22:29 -0500 (EST) Received: from news.hub.org (news.hub.org [64.49.215.80]) by postgresql.org (Postfix) with ESMTP id 784544753A1 for ; Thu, 26 Dec 2002 21:22:29 -0500 (EST) Received: by news.hub.org (Postfix, from userid 8) id 64D7A43A5AE; Thu, 26 Dec 2002 21:22:29 -0500 (EST) From: ljb X-Newsgroups: comp.databases.postgresql.docs Subject: Patch 2 typos in libpq docs Date: Fri, 27 Dec 2002 02:22:29 +0000 (UTC) Organization: Hub.Org Networking Services (http://www.hub.org) Lines: 27 Message-ID: X-Complaints-To: usenet@news.hub.org User-Agent: slrn/0.9.7.3 (Linux) To: pgsql-docs@postgresql.org X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200212/23 X-Sequence-Number: 1596 Both these fixes are to the new "Files" section in the libpq chapter of the 7.3.1 Programmer's Guide. The first fix gets rid of a bogus ">" which appears in the HTML output at the start of the first paragraph. I have no idea why DocBook turns the "/>" into an extra >. The second fix is an obvious typo. --- sgml/libpq.sgml.bak 2002-11-08 00:10:00.000000000 -0500 +++ sgml/libpq.sgml 2002-12-26 20:38:01.000000000 -0500 @@ -2134,7 +2134,7 @@ files - + password .pgpass @@ -2153,7 +2153,7 @@ The permissions on .pgpass must disallow any access to world or group; achieve this by the command -chmod 0600 .pgaccess. +chmod 0600 .pgpass. If the permissions are less strict than this, the file will be ignored.