Fix typo in man pages.

pull/50/head
Bruce Momjian 28 years ago
parent b88e9784b6
commit 21ad8695ca
  1. 4
      src/man/psql.1

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME .SH NAME
psql - run the interactive query front-end psql - run the interactive query front-end
@ -219,7 +219,7 @@ will give you tables with borders.
.BR "-u" .BR "-u"
Asks the user for the user name and password before connecting to the database. 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 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 is not set) and the database requires password authentication, then the
connection will fail. The user name is ignored anyway. connection will fail. The user name is ignored anyway.
.TP .TP

Loading…
Cancel
Save