Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1b73e9

Browse files
committed
Fix tab to space mention in FAQ_DEV.
1 parent e1aeba0 commit b1b73e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Dec 22 17:41:41 EST 2006
4+
Last updated: Thu Jan 4 16:00:00 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -228,7 +228,7 @@ General Questions
228228
ccsym find standard defines made by your compiler
229229
copyright fixes copyright notices
230230

231-
entab converts tabs to spaces, used by pgindent
231+
entab converts spaces to tabs, used by pgindent
232232
find_static finds functions that could be made static
233233
find_typedef finds typedefs in the source code
234234
find_badmacros finds macros that use braces incorrectly

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Fri Dec 22 17:41:41 EST 2006</P>
16+
<P>Last updated: Thu Jan 4 16:00:00 EST 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -304,7 +304,7 @@ <H3 id="item1.9">1.9) What tools are available for
304304
ccsym find standard defines made by your compiler
305305
copyright fixes copyright notices
306306

307-
entab converts tabs to spaces, used by pgindent
307+
entab converts spaces to tabs, used by pgindent
308308
find_static finds functions that could be made static
309309
find_typedef finds typedefs in the source code
310310
find_badmacros finds macros that use braces incorrectly

0 commit comments

Comments
 (0)