From: Neil Conway Date: Tue, 11 Oct 2005 22:59:11 +0000 (+0000) Subject: Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5ff1c6708872475cbaf85c035e3dae3b8dc1d14b;p=users%2Fbernd%2Fpostgres.git Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. --- diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index e13c78c522..0a4e4e88fd 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. #