Clarify PQinitSSL() documentation to mention what the argument controls.
authorBruce Momjian <bruce@momjian.us>
Wed, 11 Feb 2009 04:08:47 +0000 (04:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 Feb 2009 04:08:47 +0000 (04:08 +0000)
doc/src/sgml/libpq.sgml

index b9c27853fec89998007358a23b03443a7d479444..d89b3916358d1f8102cf32a25d887180e9c52e99 100644 (file)
@@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
 
   <para>
    If you are using <acronym>SSL</> inside your application (in addition
-   to inside <application>libpq</application>), you can use
-   <function>PQinitSSL(int)</> to tell <application>libpq</application>
-   that the <acronym>SSL</> library has already been initialized by your
-   application.
+   to inside <application>libpq</application>), you can call
+   <function>PQinitSSL(int)</> with <literal>0</> to tell
+   <application>libpq</application> that the <acronym>SSL</> library
+   has already been initialized by your application.
    <!-- If this URL changes replace it with a URL to www.archive.org. -->
    See <ulink
    url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>