diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-07-15 17:34:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-07-15 17:34:06 +0000 |
commit | 36549074a3d66584c323563b56df2a6c5296c1b5 (patch) | |
tree | 00ed0680eada1b030802eabc37848257e91a359f /src | |
parent | 866a527163c09d29a881766d3f59e4548063dfbf (diff) | |
download | postgresql-36549074a3d66584c323563b56df2a6c5296c1b5.tar.gz postgresql-36549074a3d66584c323563b56df2a6c5296c1b5.zip |
Update word.
Diffstat (limited to 'src')
-rw-r--r-- | src/man/libpq.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/libpq.3 b/src/man/libpq.3 index 62ecb55cf0c..d26799e8388 100644 --- a/src/man/libpq.3 +++ b/src/man/libpq.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.21 1998/07/15 17:08:23 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.22 1998/07/15 17:34:06 momjian Exp $ .TH LIBPQ INTRO 07/08/98 PostgreSQL PostgreSQL .SH DESCRIPTION Libpq is the programmer's interface to Postgres. Libpq is a set of @@ -39,7 +39,7 @@ communication to be used, rather than the default local Unix domain sockets. .sp \(bu .B PGUSER -sets the username use to connect to the database and for authentication. +sets the username used to connect to the database and for authentication. .sp \(bu .B PGOPTIONS |