diff options
author | Peter Eisentraut | 2016-09-20 16:00:00 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-09-20 16:00:00 +0000 |
commit | ee33250f759108c0be163452c10677af0a99ef9e (patch) | |
tree | 6be6b033d991c5aab1fc6706435d5f33a515a67d | |
parent | 8c48a89da246f4b536c1b38b47cfe6e174c9a9fc (diff) |
doc: Fix documentation to match actual make output
based on patch from Takeshi Ideriha <[email protected]>
-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 c2eedf816d6..f8d6110d0a0 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1426,7 +1426,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> @@ -1439,7 +1439,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> |