From: | ljb <lbayuk(at)mindspring(dot)com> |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | Patch 2 typos in libpq docs |
Date: | 2002-12-27 02:22:29 |
Message-ID: | augdh4$ju3$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
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 @@
<primary>files</primary>
</indexterm>
<para>
-<anchor id="pgpassfile"/>
+<anchor id="pgpassfile">
<indexterm>
<primary>password</primary>
<secondary>.pgpass</secondary>
@@ -2153,7 +2153,7 @@
<para>
The permissions on <filename>.pgpass</filename> must disallow any
access to world or group; achieve this by the command
-<command>chmod 0600 .pgaccess</command>.
+<command>chmod 0600 .pgpass</command>.
If the permissions are less strict than this, the file will be ignored.
</para>
</sect1>
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-12-28 05:25:36 | No web announcement of 7.3.1 |
Previous Message | Rich Morin | 2002-12-26 17:42:25 | status of 7.3 docs? |