From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 14 May 2007 16:38:42 +0000 (+0000)
Subject: Update instructions on creating TODO entry.
X-Git-Tag: REL8_3_BETA1~694
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed9a31b89bcb4fbf183525188307e5a00574c1b0;p=postgresql

Update instructions on creating TODO entry.
---

diff --git a/doc/src/FAQ/README b/doc/src/FAQ/README
index 9ef5cc64ad..1ccf67d4b2 100644
--- a/doc/src/FAQ/README
+++ b/doc/src/FAQ/README
@@ -6,8 +6,8 @@ The FAQ* files in this directory are the master versions, and the
 The TODO.html file in this directory is not the master, but ../../TODO
 is.  The conversion is done using txt2html:
 
-	txt2html -m -s 100 -p 100 --xhtml --titlefirst \
-		--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
-		--caps_tag '' \
+	txt2html --xhtml -s 100 -p 100 --xhtml --titlefirst \
+	        --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
+	        --caps_tag '' \
 		/pgtop/doc/TODO |
 	sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html