diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-23 15:13:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-23 15:13:43 +0000 |
commit | 5fc1046f2f0a3e08005312cc2afe5ef934aa706e (patch) | |
tree | f46b1193ef59e429519cd430b19acb796e949a75 /doc/src | |
parent | ebfc56d3fb41d914c799555a1f4c9d1a72379e9f (diff) | |
download | postgresql-5fc1046f2f0a3e08005312cc2afe5ef934aa706e.tar.gz postgresql-5fc1046f2f0a3e08005312cc2afe5ef934aa706e.zip |
Fix broken markup.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c643a362f9e..ac29ccdb16b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.201 2004/05/18 21:46:25 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.202 2004/05/23 15:13:43 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -509,6 +509,7 @@ su - postgres <filename>configure</filename>'s <literal>--disable-rpath</> option. Also, you will need to tell the operating system how to find the shared libraries. + </para> </listitem> </varlistentry> |