aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-03 05:54:30 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-03 05:54:30 +0000
commit21ad8695caf966bb98ba81eb34b412676b2ba74e (patch)
treee7afcbfef8a61f52704ff3e943f829e66ecf737c /src
parentb88e9784b63844387fcc871aef8531f2b5bb8fe3 (diff)
downloadpostgresql-21ad8695caf966bb98ba81eb34b412676b2ba74e.tar.gz
postgresql-21ad8695caf966bb98ba81eb34b412676b2ba74e.zip
Fix typo in man pages.
Diffstat (limited to 'src')
-rw-r--r--src/man/psql.14
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index bea7923c62a..323a2f71d8e 100644
--- a/src/man/psql.1
+++ b/src/man/psql.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.26 1998/06/24 13:21:29 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.27 1998/08/03 05:54:30 momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql - run the interactive query front-end
@@ -219,7 +219,7 @@ will give you tables with borders.
.BR "-u"
Asks the user for the user name and password before connecting to the database.
If the database does not require password authentication then these are
-ignored. If the option i snot used (and the PGPASSWORD environment variable
+ignored. If the option is not used (and the PGPASSWORD environment variable
is not set) and the database requires password authentication, then the
connection will fail. The user name is ignored anyway.
.TP