]> granicus.if.org Git - postgresql/commitdiff
Wording improvement.
authorBruce Momjian <bruce@momjian.us>
Wed, 27 Apr 2005 20:11:07 +0000 (20:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 27 Apr 2005 20:11:07 +0000 (20:11 +0000)
doc/src/sgml/client-auth.sgml

index 12c443332e2f96763089f275d92d4ea454aaee0c..875c170a0485c295a8d6902b3fcd248c9c5e63b6 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.78 2005/04/27 20:09:50 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.79 2005/04/27 20:11:07 momjian Exp $
 -->
 
 <chapter id="client-authentication">
@@ -883,8 +883,8 @@ omicron       bryanh            guest1
     default PAM service name is <literal>postgresql</literal>. You can
     optionally supply your own service name after the <literal>pam</>
     key word in the file <filename>pg_hba.conf</filename>.
-    PAM is used only to validate username/password pairs,
-    therefore the user must already exist in the database before PAM
+    PAM is used only to validate username/password pairs.
+    Therefore the user must already exist in the database before PAM
     can be used for authentication.  For more information about 
     PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/">
     <productname>Linux-PAM</> Page</ulink>