Index: doc/src/sgml/libpq.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v
retrieving revision 1.234
diff -c -c -r1.234 libpq.sgml
*** doc/src/sgml/libpq.sgml	20 Feb 2007 19:35:17 -0000	1.234
--- doc/src/sgml/libpq.sgml	30 Mar 2007 03:14:01 -0000
***************
*** 4501,4507 ****
     <filename>%APPDATA%\postgresql\root.crt</filename>.)
     The SSL connection will
     fail if the server does not present a certificate; therefore, to
!    use this feature the server must also have a <filename>root.crt</> file.
     Certificate Revocation List (CRL) entries are also checked if the file
     <filename>~/.postgresql/root.crl</filename> exists (<filename>%APPDATA%\postgresql\root.crl</filename>
     on Microsoft Windows).
--- 4501,4507 ----
     <filename>%APPDATA%\postgresql\root.crt</filename>.)
     The SSL connection will
     fail if the server does not present a certificate; therefore, to
!    use this feature the server must have a <filename>server.crt</> file.
     Certificate Revocation List (CRL) entries are also checked if the file
     <filename>~/.postgresql/root.crl</filename> exists (<filename>%APPDATA%\postgresql\root.crl</filename>
     on Microsoft Windows).
Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.380
diff -c -c -r1.380 runtime.sgml
*** doc/src/sgml/runtime.sgml	6 Mar 2007 09:59:22 -0000	1.380
--- doc/src/sgml/runtime.sgml	30 Mar 2007 03:14:04 -0000
***************
*** 1574,1583 ****
     certificates of the <acronym>CA</acronym>(s) you wish to check for in
     the file <filename>root.crt</filename> in the data directory.  When
     present, a client certificate will be requested from the client
!    during SSL connection startup, and it must have been signed by one of the
!    certificates present in <filename>root.crt</filename>.  Certificate 
!    Revocation List (CRL) entries are also checked if the file 
!    <filename>root.crl</filename> exists.
    </para>
  
    <para>
--- 1574,1584 ----
     certificates of the <acronym>CA</acronym>(s) you wish to check for in
     the file <filename>root.crt</filename> in the data directory.  When
     present, a client certificate will be requested from the client
!    during SSL connection startup, and it must have been signed by one of
!    the certificates present in <filename>root.crt</filename>.  (See <xref
!    linkend="libpq-ssl"> for a description of how to set up client
!    certificates.) Certificate Revocation List (CRL) entries are also
!    checked if the file <filename>root.crl</filename> exists.
    </para>
  
    <para>
