public inbox for [email protected]  
help / color / mirror / Atom feed
Patch 2 typos in libpq docs
2+ messages / 2 participants
[nested] [flat]

* Patch 2 typos in libpq docs
@ 2002-12-27 02:22 ljb <[email protected]>
  2003-01-07 22:52 ` Re: Patch 2 typos in libpq docs Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: ljb @ 2002-12-27 02:22 UTC (permalink / raw)
  To: 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>



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Patch 2 typos in libpq docs
  2002-12-27 02:22 Patch 2 typos in libpq docs ljb <[email protected]>
@ 2003-01-07 22:52 ` Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Bruce Momjian @ 2003-01-07 22:52 UTC (permalink / raw)
  To: ljb <[email protected]>; +Cc: pgsql-docs


I have backpatched the fix into 7.3.X.

---------------------------------------------------------------------------

ljb wrote:
> 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>
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2003-01-07 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2002-12-27 02:22 Patch 2 typos in libpq docs ljb <[email protected]>
2003-01-07 22:52 ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox