summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-01-04 21:00:14 +0000
committerBruce Momjian2007-01-04 21:00:14 +0000
commitb1b73e93d58a21bf9086edbd4eabd19b9a9a140e (patch)
tree9cdcaac1a964fa96b45bf82f945941f9e7ce6b94
parente1aeba07993b112699f50f6caddf22329563987c (diff)
Fix tab to space mention in FAQ_DEV.
-rw-r--r--doc/FAQ_DEV4
-rw-r--r--doc/src/FAQ/FAQ_DEV.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 9bac5dfeb1..8abc9c541d 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -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
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 94d7218455..0cdffa2872 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -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>
@@ -304,7 +304,7 @@
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