Index: doc/src/sgml/client-auth.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/client-auth.sgml,v
retrieving revision 1.62
diff -c -c -r1.62 client-auth.sgml
*** doc/src/sgml/client-auth.sgml	13 Dec 2003 23:59:06 -0000	1.62
--- doc/src/sgml/client-auth.sgml	26 Jan 2004 05:33:29 -0000
***************
*** 535,542 ****
     <para>
      When <literal>trust</> authentication is specified,
      <productname>PostgreSQL</productname> assumes that anyone who can
!     connect to the server is authorized to access the database as
!     whatever database user he specifies (including the database superuser).
      This method should only be used when there is adequate operating system-level
      protection on connections to the server.
     </para>
--- 535,543 ----
     <para>
      When <literal>trust</> authentication is specified,
      <productname>PostgreSQL</productname> assumes that anyone who can
!     connect to the server is authorized to access the database with
!     whatever database user they specify (including the database superuser).
!     Of course, restrictions placed in the <literal>user</> column still apply.
      This method should only be used when there is adequate operating system-level
      protection on connections to the server.
     </para>
