Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2009-04-27 16:27:36 +0000
committerBruce Momjian2009-04-27 16:27:36 +0000
commitba36c48e39747678412d48bcbf6ed14cb2dc8ddf (patch)
tree2b4732346ff27c20b3ec0bc073c60aae86a6f751 /doc/src/sgml/contrib.sgml
parent23a9ac618e87ec1ef07a1901b62d3823d97e8cdd (diff)
Proofreading adjustments for first two parts of documentation (Tutorial
and SQL).
Diffstat (limited to 'doc/src/sgml/contrib.sgml')
-rw-r--r--doc/src/sgml/contrib.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
index 9790eb60dd9..0ef92b48968 100644
--- a/doc/src/sgml/contrib.sgml
+++ b/doc/src/sgml/contrib.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.12 2009/03/25 23:20:01 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.13 2009/04/27 16:27:35 momjian Exp $ -->
<appendix id="contrib">
<title>Additional Supplied Modules</title>
@@ -16,7 +16,7 @@
<para>
When building from the source distribution, these modules are not built
- automatically. You can build and install all of them by running
+ automatically. You can build and install all of them by running:
<screen>
<userinput>gmake</userinput>
<userinput>gmake install</userinput>
@@ -25,7 +25,7 @@
or to build and install
just one selected module, do the same in that module's subdirectory.
Many of the modules have regression tests, which can be executed by
- running
+ running:
<screen>
<userinput>gmake installcheck</userinput>
</screen>