]> granicus.if.org Git - postgresql/commitdiff
Wording improvements to README.
authorBruce Momjian <bruce@momjian.us>
Fri, 26 Feb 2010 15:57:34 +0000 (15:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 26 Feb 2010 15:57:34 +0000 (15:57 +0000)
src/tools/pgindent/README

index 991c49f6e65d5f1316d887872945398594bf265a..d5179c535b8e2c031fa4a09e04c5b7ad3e473479 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.36 2010/02/26 15:42:36 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.37 2010/02/26 15:57:34 momjian Exp $
 
 pgindent
 ========
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
 
        wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
 
-3) Clean out all derived files (pgindent has trouble with one of the
-   flex macros):
+3) Remove all derived files (pgindent has trouble with one of the flex macros):
 
        gmake maintainer-clean
 
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
 
 We have standardized on NetBSD's indent.  We have fixed a few bugs which 
 requre the NetBSD source to be patched with indent.bsd.patch patch.  A 
-fully patched  version is available at ftp://ftp.postgresql.org/pub/dev.
+fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
 
 GNU indent, version 2.2.6, has several problems, and is not recommended.
 These bugs become pretty major when you are doing >500k lines of code.
@@ -52,8 +51,6 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
 are excluded because those files are imported from an external project,
 not maintained locally, and are machine-generated anyway.
 
-YY_INPUT
-
 ---------------------------------------------------------------------------
 
 Obsolete typedef list creation instructions: