Fix some spacing problems.
authorPeter Eisentraut
Wed, 10 Nov 2004 21:54:23 +0000 (21:54 +0000)
committerPeter Eisentraut
Wed, 10 Nov 2004 21:54:23 +0000 (21:54 +0000)
doc/src/sgml/client-auth.sgml

index 2597116dbf4b10c7169a4dfd3ed535f6fb24c7e0..f96832df65290ff98957103f4a5e2e80e750e607 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -88,7 +88,7 @@ $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.66 2004/08/26 16:50:05 momj
 local      database  user  authentication-method  authentication-option
 host       database  user  CIDR-address  authentication-method  authentication-option
 hostssl    database  user  CIDR-address  authentication-method  authentication-option
-hostnossl  database user  CIDR-address  authentication-method  authentication-option
+hostnossl  database  user  CIDR-address  authentication-method  authentication-option
 host       database  user  IP-address  IP-mask  authentication-method  authentication-option
 hostssl    database  user  IP-address  IP-mask  authentication-method  authentication-option
 hostnossl  database  user  IP-address  IP-mask  authentication-method  authentication-option
@@ -199,7 +199,7 @@ hostnossl  database  user
      CIDR-address
      
       
-       specifies the client machine IP addresses that this record
+       Specifies the client machine IP addresses that this record
        matches. It contains an IP address in standard dotted decimal
        notation and a CIDR mask length. (IP addresses can only be
        specified numerically, not as domain or host names.) For example,
@@ -511,15 +511,15 @@ host    all         all         192.168.0.0/16        ident omicron
 # all cases.
 #
 # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
-local   sameuser    all                                             md5
-local   all         @admins                                         md5
-local   all         +support                                        md5
+local   sameuser    all                               md5
+local   all         @admins                           md5
+local   all         +support                          md5
 
 # The last two lines above can be combined into a single line:
-local   all         @admins,+support                                md5
+local   all         @admins,+support                  md5
 
 # The database column can also use lists and file names, but not groups:
-local   db1,db2,@demodbs  all                                       md5
+local   db1,db2,@demodbs  all                         md5