diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-09-20 12:00:00 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-09-20 12:00:00 -0400 |
commit | 496c90b5e04729916ae9131ac93b2e63b46e3e2f (patch) | |
tree | 20f353ea6c6e2666f7bb7ee1760cf79685f4370c | |
parent | dfddf931707bfc9724179b0f554649dabccf45aa (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.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a9968756e65..7a77dfe6f85 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1503,7 +1503,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> @@ -1516,7 +1516,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> |