1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: Fix documentation to match actual make output

based on patch from Takeshi Ideriha <iderihatakeshi@gmail.com>
This commit is contained in:
Peter Eisentraut
2016-09-20 12:00:00 -04:00
parent d38649a103
commit 775c5502a8

View File

@ -1448,7 +1448,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>
@ -1461,7 +1461,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>