From dd102d36837fa1461ebd0e9061ded4c5347a42ac Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 25 Sep 2005 03:12:13 +0000 Subject: [PATCH] Wording cleanup. --- doc/src/sgml/ecpg.sgml | 9 +++++---- doc/src/sgml/libpq.sgml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 8e6168cbdb..0882c5ad64 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -1609,9 +1609,10 @@ ECPG = ecpg - On Win32, if the ecpg libraries and application are compiled with - different flags, this function call will crash the application because the - internal representation of the FILE pointers differ. + On Win32, if the ecpg libraries and an application are + compiled with different flags, this function call will crash the + application because the internal representation of the + FILE pointers differ. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c788386f6a..c72eb298ff 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream); -On Win32, if the libpq library and application are compiled with -different flags, this function call will crash the application because the -internal representation of the FILE pointers differ. +On Win32, if the libpq library and an application are +compiled with different flags, this function call will crash the +application because the internal representation of the FILE +pointers differ. -- GitLab