summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-09-20 12:00:00 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-09-20 12:00:00 -0400
commit431a056271ff525661e85c781f817b3036c6e263 (patch)
tree5167fb715943e2018a5aaddd29e85b66a985523f
parent4bac555ea260d2cc046e4e9f01ac61ad5bba1fdb (diff)
doc: Fix documentation to match actual make output
based on patch from Takeshi Ideriha <iderihatakeshi@gmail.com>
-rw-r--r--doc/src/sgml/installation.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index de13e3b6252..a1c2bd42fc8 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1500,7 +1500,7 @@ su - postgres
will take a few minutes depending on your
hardware. The last line displayed should be:
<screen>
-All of PostgreSQL is successfully made. Ready to install.
+All of PostgreSQL successfully made. Ready to install.
</screen>
</para>
@@ -1513,7 +1513,7 @@ All of PostgreSQL is successfully made. Ready to install.
</screen>
The last line displayed should be:
<screen>
-PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
+PostgreSQL, contrib, and documentation successfully made. Ready to install.
</screen>
</para>
</step>