diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-13 16:43:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-13 16:43:38 +0000 |
commit | c346ca8648290d2c7d858d903180b321e68c2f5c (patch) | |
tree | 32d721f13229ad93c7c5f4893cee7d92d4b5e899 /doc/src | |
parent | d7635e5c4f9e92a7b5e720845a3e301dc81fd11d (diff) |
When I sent in the sslmode patch I forgot to update the
comments/examples in pg_hba.conf. This patch remedies that, adds a brief
explanation of the connection types, and adds a missing period in the
docs.
Jon Jensen
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 23d90e9d4fa..445b8f4c356 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.58 2003/09/12 22:17:22 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.59 2003/09/13 16:43:38 momjian Exp $ --> <chapter id="client-authentication"> @@ -102,7 +102,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> <para> This record matches connection attempts using Unix-domain sockets. Without a record of this type, Unix-domain socket - connections are disallowed + connections are disallowed. </para> </listitem> </varlistentry> |