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

index 6d0115c3a544a406fa33b726ec36a419107c37a0..cf8cec83de15ebde23c9c67e5efc7ce8485899d5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
 
   
    If you are using SSL inside your application (in addition
-   to inside libpq), you can use
-   PQinitSSL(int) to tell libpq
-   that the SSL library has already been initialized by your
-   application.
+   to inside libpq), you can call
+   PQinitSSL(int) with 0 to tell
+   libpq that the SSL library
+   has already been initialized by your application.
    
    See 
    url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html">