aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-11-08 23:36:18 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-11-08 23:36:18 +0000
commitd65df97885d34cae6b583528f139ca6974317648 (patch)
treebc19813fa9321f272a32820b73deadebc495b233
parenta715c0e4c5c6afc747ef1c06065e699aa813eed9 (diff)
downloadpostgresql-d65df97885d34cae6b583528f139ca6974317648.tar.gz
postgresql-d65df97885d34cae6b583528f139ca6974317648.zip
Don't use dot in id attribute, which confuses the index generation code in
this particular instance.
-rw-r--r--doc/src/sgml/client-auth.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 1f1674904af..e3e00822412 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.23 2001/11/02 18:39:57 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.24 2001/11/08 23:36:18 petere Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
@@ -43,10 +43,10 @@
user names.
</para>
- <sect1 id="pg-hba.conf">
+ <sect1 id="pg-hba-conf">
<title>The <filename>pg_hba.conf</filename> file</title>
- <indexterm zone="pg-hba.conf">
+ <indexterm zone="pg-hba-conf">
<primary>pg_hba.conf</primary>
</indexterm>