summaryrefslogtreecommitdiff
path: root/src/man
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-10-16 04:14:30 +0000
committerBruce Momjian <bruce@momjian.us>1997-10-16 04:14:30 +0000
commita805635d218e73bf9ddd11e7a9fda13ed7cd49d9 (patch)
tree8574999eaca8988c10b2948702407d9efea1dea8 /src/man
parent78351f422bc0aa97216c9fbbd998fbc948e82b24 (diff)
downloadpostgresql-a805635d218e73bf9ddd11e7a9fda13ed7cd49d9.tar.gz
Cleanups for 6.2.1.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/libpq.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/libpq.3 b/src/man/libpq.3
index 2e4491df82..94c00ae3fa 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.5 1997/10/01 18:14:53 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.6 1997/10/16 04:14:19 momjian Exp $
.TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL
.SH DESCRIPTION
Libpq is the programmer's interface to Postgres. Libpq is a set of
@@ -202,7 +202,7 @@ be used to retrieve the tuples returned by the query.
.B PQntuples
returns the number of tuples (instances) in the query result, or the
-number of rows affected for queries that do not return a tuples.
+number of rows affected for queries that do not return any tuples.
.nf
int PQntuples(PGresult *res);