Skip to content

Commit dd102d3

Browse files
committed
Wording cleanup.
1 parent ccc0a13 commit dd102d3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.66 2005/09/25 03:06:41 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.67 2005/09/25 03:12:13 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1609,9 +1609,10 @@ ECPG = ecpg
16091609
</para>
16101610
<note>
16111611
<para>
1612-
On Win32, if the <application>ecpg</> libraries and application are compiled with
1613-
different flags, this function call will crash the application because the
1614-
internal representation of the <literal>FILE</> pointers differ.
1612+
On Win32, if the <application>ecpg</> libraries and an application are
1613+
compiled with different flags, this function call will crash the
1614+
application because the internal representation of the
1615+
<literal>FILE</> pointers differ.
16151616
</para>
16161617
</note>
16171618
</listitem>

doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.190 2005/09/25 03:06:41 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.191 2005/09/25 03:12:13 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream);
35173517
</para>
35183518
<note>
35193519
<para>
3520-
On Win32, if the <application>libpq</> library and application are compiled with
3521-
different flags, this function call will crash the application because the
3522-
internal representation of the <literal>FILE</> pointers differ.
3520+
On Win32, if the <application>libpq</> library and an application are
3521+
compiled with different flags, this function call will crash the
3522+
application because the internal representation of the <literal>FILE</>
3523+
pointers differ.
35233524
</para>
35243525
</note>
35253526
</listitem>

0 commit comments

Comments
 (0)