summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2016-09-20 16:00:00 +0000
committerPeter Eisentraut2016-09-20 16:00:00 +0000
commit16d1adb35cf887325b7c5dbf473632d557065171 (patch)
tree4b6a2aaaa50b2325d54ae17ec2737a73fa8213ee
parent4f6494cfd26c1dfe708c4598c11eea5fce168fd1 (diff)
doc: Fix documentation to match actual make output
based on patch from Takeshi Ideriha <[email protected]>
-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 14a6d57aea..f6de18ed2d 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1510,7 +1510,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>
@@ -1523,7 +1523,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>