diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-04 04:00:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-04 04:00:28 +0000 |
commit | 1a476a614561e87ec8ebeb90893d2a9c0327f923 (patch) | |
tree | 2fa67b9ea1d2cedb000e487dc7e21ef12844dc1e | |
parent | 43aa1e59f56ec6828e5cc57caa30ef6a4f6fbede (diff) |
Update wording.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 49d12b6a9ad..4ad04dbd993 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.225 2007/02/04 03:55:51 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.226 2007/02/04 04:00:28 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -4358,7 +4358,7 @@ installs too. The file's location can also be specified by the </para> <para> -To set environment variables on Windows, from <literal>My Computer</>, +To set an environment variable on Windows, from <literal>My Computer</>, choose <literal>View System Information</>, and from the <literal>Advanced</> tab, choose <literal>Environment Variables</>, then add a user or system variable. |