From abb5fd8604117f89941fdb484457f70a599801d4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 20 May 2008 00:35:45 +0000
Subject: [PATCH] Done:

< 	o Use LC_TIME for localized weekday/month names, rather than
> 	o -Use LC_TIME for localized weekday/month names, rather than
---
 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 5c6ec17b041..f39e246fa0b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Fri May 16 13:03:20 EDT 2008
+Last updated:		Mon May 19 20:35:36 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -299,7 +299,7 @@ Data Types
 
 	  http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php
 
-	o Use LC_TIME for localized weekday/month names, rather than
+	o -Use LC_TIME for localized weekday/month names, rather than
 	  LC_MESSAGES
 
 	  http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ace6fd9b800..6512514b8c3 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Fri May 16 13:03:20 EDT 2008
+Last updated:           Mon May 19 20:35:36 EDT 2008
 </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>.
@@ -263,7 +263,7 @@ first.  There is also a developer's wiki at<br/>
           represent years beyond 2038
 <p>          <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php</a>
 </p>
-    </li><li>Use LC_TIME for localized weekday/month names, rather than
+    </li><li>-<em>Use LC_TIME for localized weekday/month names, rather than</em>
           LC_MESSAGES
 <p>          <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php</a>
 </p>
-- 
GitLab