]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix documentation to match actual make output
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Sep 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 20 Sep 2016 16:00:00 +0000 (12:00 -0400)
based on patch from Takeshi Ideriha <iderihatakeshi@gmail.com>

doc/src/sgml/installation.sgml

index d05731d43a6b411064eee1d2e4f7b69412999544..4251ce55a3dbdafb357710f26ebf13a44f580a22 100644 (file)
@@ -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>