diff options
| author | Bruce Momjian | 1997-01-10 19:30:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-01-10 19:30:27 +0000 |
| commit | ccaf3854d7a0a7b141fa1a4b569e802b34942c8a (patch) | |
| tree | cd0a7468aa3f2034adb2b9c1159872585faecdfc /src/man | |
| parent | 63b22d8aa9717c8fd46e131215ca61c021ff35b6 (diff) | |
Irix fixes from Martin
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/pg_hba.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/pg_hba.conf.5 b/src/man/pg_hba.conf.5 index 479f20cd5d9..4639961966d 100644 --- a/src/man/pg_hba.conf.5 +++ b/src/man/pg_hba.conf.5 @@ -1,5 +1,5 @@ .\" This is -*-nroff-*- -.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.1 1996/11/14 10:17:44 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.2 1997/01/10 19:30:27 momjian Exp $ .TH pg_hba.conf 5 11/04/96 Postgres Postgres .SH NAME $PGDATA/pg_hba.conf @@ -14,7 +14,7 @@ directory, that controls who can connect to that database system. .PP The exact format of the pg_hba.conf file is described in the comments at the top of the sample file pg_hba.conf.sample, which resides in the -Postgres "library" directory. +the PostgreSQL "lib" sub-directory of the main postgres directory. .SH "SEE ALSO" introduction(1). |
