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
commit923ad1a16ae2b399e78447581b9de65a0e2a439a (patch)
tree4a1c428cc2b5ba5fcbf95bb0a9c4ef904a867715
parent722d0045f3b08e882c6b016410650ba9e314468a (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 d05731d43a6..4251ce55a3d 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1477,7 +1477,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>
@@ -1490,7 +1490,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>