Fix tab to space mention in FAQ_DEV.
authorBruce Momjian <bruce@momjian.us>
Thu, 4 Jan 2007 21:00:14 +0000 (21:00 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 4 Jan 2007 21:00:14 +0000 (21:00 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 9bac5dfeb1b0eac8e67bb70a09977d9ac7cf4a76..8abc9c541db735d5e12886d61eb5d1146e9b634f 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Dec 22 17:41:41 EST 2006
+   Last updated: Thu Jan 4 16:00:00 EST 2007
    
    Current maintainer: Bruce Momjian (bruce@momjian.us)
    
@@ -228,7 +228,7 @@ General Questions
     ccsym           find standard defines made by your compiler
      copyright       fixes copyright notices
 
-    entab           converts tabs to spaces, used by pgindent
+    entab           converts spaces to tabs, used by pgindent
     find_static     finds functions that could be made static
     find_typedef    finds typedefs in the source code
     find_badmacros  finds macros that use braces incorrectly
index 94d721845529ed7c27c7cb8a61d27950f9f3907d..0cdffa28722f4054543ed2f9bca14348adcc91e2 100644 (file)
@@ -13,7 +13,7 @@
     <H1>Developer's Frequently Asked Questions (FAQ) for
     PostgreSQL</H1>
 
-    <P>Last updated: Fri Dec 22 17:41:41 EST 2006</P>
+    <P>Last updated: Thu Jan  4 16:00:00 EST 2007</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
     ccsym           find standard defines made by your compiler
      copyright       fixes copyright notices
 
-    entab           converts tabs to spaces, used by pgindent
+    entab           converts spaces to tabs, used by pgindent
     find_static     finds functions that could be made static
     find_typedef    finds typedefs in the source code
     find_badmacros  finds macros that use braces incorrectly