]> granicus.if.org Git - pgbouncer/commitdiff
doc: more fixes
authorMarko Kreen <markokr@gmail.com>
Wed, 5 Aug 2015 15:04:38 +0000 (18:04 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 5 Aug 2015 15:04:38 +0000 (18:04 +0300)
doc/config.rst
doc/usage.rst

index 62f3a9c2ee6467d8e8b0c51493204c97765f3897..266a83cd7d8240c26a8037b20be1b76a6da8ed93 100644 (file)
@@ -938,7 +938,7 @@ So user `admin` with password `1234` will have MD5-hidden password
 HBA file format
 ===============
 
-It follows the format of PostgreSQL pg_hba.conf file:
+It follows the format of PostgreSQL pg_hba.conf file -
 http://www.postgresql.org/docs/9.4/static/auth-pg-hba-conf.html
 
 There are following differences:
index 97cf5fe5cea534ae64b78f327048e0c2abfbfa0e..b23c26b8035fa323027f08facad130104b8334f3 100644 (file)
@@ -74,7 +74,7 @@ Basic setup and usage as following.
     pidfile = pgbouncer.pid
     admin_users = someuser
 
-2. Create a users.txt file::
+2. Create ``users.txt`` file that contains users allowed in::
 
     "someuser" "same_password_as_in_server"
 
@@ -102,7 +102,7 @@ Basic setup and usage as following.
         RESUME
         SHUTDOWN
 
-  6. If you made changes to the pgbouncer.ini file, you can reload it with::
+6. If you made changes to the pgbouncer.ini file, you can reload it with::
 
       pgbouncer=# RELOAD;