diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-06 22:03:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-06 22:03:22 +0000 |
commit | d51113477600a70dd1272c72df6e064ec8a2f508 (patch) | |
tree | c4f36d08d62168ea88dff49eb9ca9c6416c4c392 | |
parent | 5983a1aaa9137367c834e0ff84cd8d4d48b326b2 (diff) | |
download | postgresql-d51113477600a70dd1272c72df6e064ec8a2f508.tar.gz postgresql-d51113477600a70dd1272c72df6e064ec8a2f508.zip |
Update tools directory name.
-rw-r--r-- | doc/FAQ_DEV | 4 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 2fb5898d5ef..038db3ff756 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Aug 11 23:48:27 EDT 2006 + Last updated: Wed Sep 6 18:02:57 EDT 2006 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -125,7 +125,7 @@ General Questions 3. The patch should be generated in contextual diff format (diff -c and should be applicable from the root directory. If you are unfamiliar with this, you might find the script - src/tools/makediff/difforig useful. (Unified diffs are only + src/tools/make_diff/difforig useful. (Unified diffs are only preferable if the file changes are single-line changes and do not rely on surrounding lines.) 4. PostgreSQL is licensed under a BSD license, so any submissions diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 57c5cd5cf53..4d7d9e34c28 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 Aug 11 23:48:27 EDT 2006</P> + <P>Last updated: Wed Sep 6 18:02:57 EDT 2006</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -177,7 +177,7 @@ <li>The patch should be generated in contextual diff format (<i>diff -c</i> and should be applicable from the root directory. If you are unfamiliar with this, you might find the script - <I>src/tools/makediff/difforig</I> useful. (Unified diffs are only + <I>src/tools/make_diff/difforig</I> useful. (Unified diffs are only preferable if the file changes are single-line changes and do not rely on surrounding lines.)</li> |