aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-05-06 17:48:03 +0000
committerBruce Momjian <bruce@momjian.us>2005-05-06 17:48:03 +0000
commit6ceebcac3a551c7fbe510decb18091c42509990a (patch)
tree82e557587956c50063a14e729b3c9b204832a03a /doc/src
parent278bd0cc224615e41219e24304d04898941ab046 (diff)
downloadpostgresql-6ceebcac3a551c7fbe510decb18091c42509990a.tar.gz
postgresql-6ceebcac3a551c7fbe510decb18091c42509990a.zip
Adjust question spacing.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 682af0ac4ff..ded9c722e7a 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: Sat Apr 23 16:52:14 EDT 2005</P>
+ <P>Last updated: Fri May 6 13:47:54 EDT 2005</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -44,8 +44,8 @@
<A href="#1.10">1.10</A>) What books are good for developers?<BR>
<A href="#1.11">1.11</A>) What is configure all about?<BR>
<A href="#1.12">1.12</A>) How do I add a new port?<BR>
- <A href="#1.13">1.13</A>) Why don't you use threads/raw
- devices/async-I/O, &lt;insert your favorite wizz-bang feature
+ <A href="#1.13">1.13</A>) Why don't you use threads, raw
+ devices, async-I/O, &lt;insert your favorite wizz-bang feature
here&gt;?<BR>
<A href="#1.14">1.14</A>) How are RPM's packaged?<BR>
<A href="#1.15">1.15</A>) How are CVS branches handled?<BR>
@@ -430,8 +430,8 @@
handling. There is a <I>backend/port</I> directory if you need
special files for your OS.</P>
- <H3><A name="1.13">1.13</A>) Why don't you use threads/raw
- devices/async-I/O, &lt;insert your favorite wizz-bang feature
+ <H3><A name="1.13">1.13</A>) Why don't you use threads, raw
+ devices, async-I/O, &lt;insert your favorite wizz-bang feature
here&gt;?</H3>
<P>There is always a temptation to use the newest operating system