From 77ac0a8ca6ca39e4e80dc5d75d38afc81941f29d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 11 Oct 2000 01:24:01 +0000
Subject: [PATCH] pg_hba.conf mention fix.

---
 doc/TODO                   | 1 +
 doc/src/sgml/protocol.sgml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index d9072ee6ed4..65f6544567b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -264,6 +264,7 @@ SOURCE CODE
 * Remove SET KSQO option now that OR processing is improved(Tom)
 * -Use macros to define NT open() file parameters, remove NT-specific defines
 * -Change CURRENT to OLD internally for rules (Bruce)
+* replace the use of fprint(stderr, ...) with elog() in backend code
 
 ---------------------------------------------------------------------------
 
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 6c9a9888b6c..8be998bb50f 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -106,7 +106,7 @@ Start-up is divided into an authentication phase and a backend start-up phase.
 
 <Para>
 Initially, the frontend sends a StartupPacket.  The postmaster uses this info
-and the contents of the pg_hba.conf(5) file to determine what authentication
+and the contents of the pg_hba.conf file to determine what authentication
 method the frontend must use.  The postmaster then responds with one of the
 following messages:
 </para>
-- 
GitLab