]> granicus.if.org Git - postgresql/commitdiff
Fix typo, init => int, per KOIZUMI Satoru.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 16:03:30 +0000 (16:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jun 2010 16:03:30 +0000 (16:03 +0000)
doc/src/sgml/libpq.sgml

index 646cb16cdd1609b09cd71bdc77d3c56b50185978..d3a2218182599335948f7a59d6ce53277f86321a 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.307 2010/06/11 10:13:08 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.308 2010/06/17 16:03:30 tgl Exp $ -->
 
 <chapter id="libpq">
  <title><application>libpq</application> - C Library</title>
@@ -6753,7 +6753,7 @@ user=admin
       <para>
        Allows applications to select which security libraries to initialize.
        <synopsis>
-        void PQinitOpenSSL(int do_ssl, init do_crypto);
+        void PQinitOpenSSL(int do_ssl, int do_crypto);
        </synopsis>
       </para>