diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-04 04:00:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-04 04:00:33 +0000 |
commit | e5352a2556f77c9f5799ffb7a0cbfb7895752d43 (patch) | |
tree | e8a7a21f619c8022f50a1e6eacc7c9842d546c84 | |
parent | 1015fd53b6f002d9a176f74e44033f2e3758a038 (diff) | |
download | postgresql-e5352a2556f77c9f5799ffb7a0cbfb7895752d43.tar.gz postgresql-e5352a2556f77c9f5799ffb7a0cbfb7895752d43.zip |
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 aa160b5a6fc..451271c26ce 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.220.2.2 2007/02/04 03:58:58 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.220.2.3 2007/02/04 04:00:33 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -4352,7 +4352,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. |