summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2016-04-01 21:53:10 -0400
committerNoah Misch <noah@leadboat.com>2016-04-01 21:53:10 -0400
commit4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch)
treea61b2e89bff781ca7831ab1dc3613478993d7478 /doc/src
parentf07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff)
Copyedit comments and documentation.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/install-windows.sgml2
-rw-r--r--doc/src/sgml/release-9.3.sgml2
-rw-r--r--doc/src/sgml/xml2.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index f08cca7fce5..9360383c4ca 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -457,7 +457,7 @@ $ENV{CONFIG}="Debug";
<para>
Running the regression tests on client programs, with
<command>vcregress bincheck</>, or on recovery tests, with
- <command>vcregress recoverycheck</> requires an additional Perl module
+ <command>vcregress recoverycheck</>, requires an additional Perl module
to be installed:
<variablelist>
<varlistentry>
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index 9cb59b0cb34..095083a41e7 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -9689,7 +9689,7 @@ ALTER EXTENSION hstore UPDATE;
<listitem>
<para>
- Remove <filename>src/tool/backend</>, now that the content is on
+ Remove <filename>src/tools/backend</>, now that the content is on
the <productname>PostgreSQL</> wiki (Bruce Momjian)
</para>
</listitem>
diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml
index c4b85bfee6c..a40172c36d2 100644
--- a/doc/src/sgml/xml2.sgml
+++ b/doc/src/sgml/xml2.sgml
@@ -324,7 +324,7 @@ AS t(article_id integer, author text, page_count integer, title text);
</para>
<para>
- The calling <command>SELECT</> statement doesn't necessarily have be
+ The calling <command>SELECT</> statement doesn't necessarily have to be
just <literal>SELECT *</> &mdash; it can reference the output
columns by name or join them to other tables. The function produces a
virtual table with which you can perform any operation you wish (e.g.