summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-01 03:10:04 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-01 03:10:04 +0000
commit55103553ad0e2e8be213f6394d10af93d8b6a649 (patch)
tree9e11c4e369d14462f511d2fa1dd1f564651d21d0 /doc/src
parent6ed071bca5d371a54520d9010885049089f68aba (diff)
--enable-thread-safeness -> --enable-thread-safety
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ecpg.sgml4
-rw-r--r--doc/src/sgml/installation.sgml4
-rw-r--r--doc/src/sgml/libpq.sgml4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 702aab0eda4..ee386339286 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.45 2003/07/23 17:27:28 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.46 2003/08/01 03:10:04 momjian Exp $
-->
<chapter id="ecpg">
@@ -751,7 +751,7 @@ EXEC SQL INCLUDE <replaceable>filename</replaceable>;
<para>
<application>ecpg</application> is thread-safe if it is compiled using
- the <literal>--enable-thread-safeness</> <filename>configure</filename>
+ the <literal>--enable-thread-safety</> <filename>configure</filename>
command-line option. (You might need to use other threading
command-line options to compile your client code.)
</para>
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 0d2af9aba1f..7e32e60f55a 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.136 2003/07/23 17:27:28 momjian Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.137 2003/08/01 03:10:04 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -915,7 +915,7 @@ JAVACMD=$JAVA_HOME/bin/java
</varlistentry>
<varlistentry>
- <term><option>--enable-thread-safeness</option></term>
+ <term><option>--enable-thread-safety</option></term>
<listitem>
<para>
Allow separate libpq and ecpg threads to safely control their
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 1ebbd314439..dc395d46c35 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.129 2003/07/26 13:50:01 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.130 2003/08/01 03:10:04 momjian Exp $
-->
<chapter id="libpq">
@@ -3322,7 +3322,7 @@ If the permissions are less strict than this, the file will be ignored.
<para>
<application>libpq</application> is thread-safe if the library is
compiled using <filename>configure</filename>'s
-<literal>--enable-thread-safeness</> command-line option.
+<literal>--enable-thread-safety</> command-line option.
(In addition, you might need to use other threading command-line
options to compile your client code.)
</para>