diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 9067f532397..230bceb45fb 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.12 2001/07/11 20:32:10 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.13 2001/07/11 21:27:07 momjian Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -556,10 +556,10 @@ host all 192.168.0.0 255.255.0.0 ident omicron <attribution>RFC 1413</attribution> <para> The Identification Protocol is not intended as an authorization - or access control protocol. You must trust the machine running the - ident server. + or access control protocol. </para> </blockquote> + You must trust the machine running the ident server. </para> <para> |