From 9be5beb9185f95f46837ad08e5374e29c02e8368 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 5 Jan 2006 03:02:03 +0000
Subject: [PATCH] Done:

> * -Remove BeOS and QNX-specific code
---
 doc/TODO              | 4 ++--
 doc/src/FAQ/TODO.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index ba27c5615b4..2b752ea69c5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Thu Dec 29 22:25:01 EST 2005
+Last updated:		Wed Jan  4 22:02:02 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1126,7 +1126,7 @@ Source Code
 * Use UTF8 encoding for NLS messages so all server encodings can
   read them properly
 * Update Bonjour to work with newer cross-platform SDK
-* Remove BeOS and QNX-specific code
+* -Remove BeOS and QNX-specific code
 
 
 * Win32
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 0570a889f1b..5107ec9e650 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Thu Dec 29 22:25:01 EST 2005
+Last updated:           Wed Jan  4 22:02:02 EST 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1021,7 +1021,7 @@ first.
   </li><li>Use UTF8 encoding for NLS messages so all server encodings can
   read them properly
   </li><li>Update Bonjour to work with newer cross-platform SDK
-  </li><li>Remove BeOS and QNX-specific code
+  </li><li>-<em>Remove BeOS and QNX-specific code</em>
   </li><li>Win32
   <ul>
     <li>Remove configure.in check for link failure when cause is found
-- 
GitLab