Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f4e121

Browse files
committed
Fix typo, init => int, per KOIZUMI Satoru.
1 parent5c5184c commit8f4e121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.307 2010/06/11 10:13:08 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.308 2010/06/17 16:03:30 tgl Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -6753,7 +6753,7 @@ user=admin
67536753
<para>
67546754
Allows applications to select which security libraries to initialize.
67556755
<synopsis>
6756-
void PQinitOpenSSL(int do_ssl,init do_crypto);
6756+
void PQinitOpenSSL(int do_ssl,int do_crypto);
67576757
</synopsis>
67586758
</para>
67596759

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp