diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
new file mode 100644
index 1487040..9b26d01
*** a/doc/src/sgml/client-auth.sgml
--- b/doc/src/sgml/client-auth.sgml
***************
*** 83,89 ****
     Fields can contain white space if the field value is double-quoted.
     Quoting one of the keywords in a database, user, or address field (e.g.,
     <literal>all</> or <literal>replication</>) makes the word lose its special
!    character, and just match a database, user, or host with that name.
    </para>
  
    <para>
--- 83,89 ----
     Fields can contain white space if the field value is double-quoted.
     Quoting one of the keywords in a database, user, or address field (e.g.,
     <literal>all</> or <literal>replication</>) makes the word lose its special
!    meaning, and just match a database, user, or host with that name.
    </para>
  
    <para>
*************** hostnossl  <replaceable>database</replac
*** 408,414 ****
          <term><literal>md5</></term>
          <listitem>
           <para>
!           Require the client to supply an MD5-encrypted password for
            authentication.
            See <xref linkend="auth-password"> for details.
           </para>
--- 408,414 ----
          <term><literal>md5</></term>
          <listitem>
           <para>
!           Require the client to supply a double-MD5-hashed password for
            authentication.
            See <xref linkend="auth-password"> for details.
           </para>
