]> granicus.if.org Git - postgresql/commitdiff
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
authorNeil Conway <neilc@samurai.com>
Tue, 11 Oct 2005 22:58:15 +0000 (22:58 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 11 Oct 2005 22:58:15 +0000 (22:58 +0000)
src/backend/libpq/pg_hba.conf.sample

index 7e1dde784bf915e59fdb0bc852a9baf014e2f426..521ce4ef096c63c52236665ecbf9157bc01c8213 100644 (file)
@@ -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.
 #