diff options
author | Magnus Hagander <magnus@hagander.net> | 2009-01-02 11:51:53 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2009-01-02 11:51:53 +0000 |
commit | 184341309ef08523290e18586485d395be0f9893 (patch) | |
tree | 4aa0d9c890f9bc3e8f1c81952dcd29f0c8f70410 | |
parent | 67b94f5fb4831f959575941d3ad85658ba0ccb86 (diff) | |
download | postgresql-184341309ef08523290e18586485d395be0f9893.tar.gz postgresql-184341309ef08523290e18586485d395be0f9893.zip |
Today is find-typo-in-old-patches day. Fix wrong cut/paste in ident
documentation.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index a6a96c180df..8e3b7c17919 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.114 2008/11/28 14:26:58 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.115 2009/01/02 11:51:53 mha Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -961,7 +961,7 @@ omicron bryanh guest1 </para> <para> - The following configuration options are supported for <productname>GSSAPI</productname>: + The following configuration options are supported for <productname>ident</productname>: <variablelist> <varlistentry> <term>map</term> |