diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-07-11 21:27:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-07-11 21:27:07 +0000 |
commit | 75d872aa69da3e6569ba0f57b73bb8f7731d6430 (patch) | |
tree | 82d6097421fd7327c966bf756425f279c2d5f2d2 /doc/src | |
parent | 4cf7b823cea3865f758343795fb2651d265e9209 (diff) | |
download | postgresql-75d872aa69da3e6569ba0f57b73bb8f7731d6430.tar.gz postgresql-75d872aa69da3e6569ba0f57b73bb8f7731d6430.zip |
More comment out of block quote.
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> |