aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-10-11 22:59:11 +0000
committerNeil Conway <neilc@samurai.com>2005-10-11 22:59:11 +0000
commit592ca3cf06890be74eb6ad52805aeae1ebdc4899 (patch)
tree69d3df91f29c8f8500976bd22c28c15fe748d87a
parentd30c13480688185f261b373d5188043e7b8c00db (diff)
downloadpostgresql-592ca3cf06890be74eb6ad52805aeae1ebdc4899.tar.gz
postgresql-592ca3cf06890be74eb6ad52805aeae1ebdc4899.zip
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
-rw-r--r--src/backend/libpq/pg_hba.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index e13c78c5225..0a4e4e88fd1 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -30,7 +30,7 @@
#
# CIDR-ADDRESS specifies the set of hosts the record matches.
# It is made up of an IP address and a CIDR mask that is an integer
-# (between 0 and 32 (IPv6) or 128(IPv6) inclusive) that specifies
+# (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that specifies
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#