Index: ./src/backend/utils/misc/postgresql.conf.sample
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/utils/misc/postgresql.conf.sample,v
retrieving revision 1.163
diff -u -r1.163 postgresql.conf.sample
--- ./src/backend/utils/misc/postgresql.conf.sample	30 Aug 2005 00:58:48 -0000	1.163
+++ ./src/backend/utils/misc/postgresql.conf.sample	1 Sep 2005 21:49:46 -0000
@@ -46,8 +46,9 @@
 
 # - Connection Settings -
 
-#listen_addresses = 'localhost'		# what IP interface(s) to listen on; 
-					# defaults to localhost, '*' = any
+#listen_addresses = 'localhost'		# what IP address(s) to listen on
+					# comma seperated;
+					# defaults to localhost, '*' = all
 #port = 5432
 #max_connections = 100
 # note: increasing max_connections costs ~400 bytes of shared memory per 
