diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -802,7 +802,7 @@ tests pass. |____________|_________|_______|(<peter_e@gmx.net>)___________|_______________| |Linux |x86 |7.4 |2003-10-24, Peter Eisentraut |2.4 | |____________|_________|_______|(<peter_e@gmx.net>)___________|_______________| -|MacOS X |PPC |7.4 |2003-10-24, 10.2.8, Adam | | +|Mac OS X |PPC |7.4 |2003-10-24, 10.2.8, Adam | | | | | |Witney | | | | | |(<awitney@sghms.ac.uk>), 10.3,| | | | | |Marko Karppinen | | @@ -817,7 +817,7 @@ tests pass. |____________|_________|_______|(<peter_e@gmx.net>)___________|_______________| |Solaris |Sparc |7.4 |2003-10-26, Christopher Browne|2.8; see also | |____________|_________|_______|(<cbbrowne@libertyrms.info>)__|doc/FAQ_Solaris| -|Solaris |x86 |7.4 |2003-10-26, Kurt Roeckx |2.6 see also | +|Solaris |x86 |7.4 |2003-10-26, Kurt Roeckx |2.6; see also | |____________|_________|_______|(<Q@ping.be>)_________________|doc/FAQ_Solaris| |Tru64 UNIX |Alpha |7.4 |2003-10-25, 5.1b, Peter | | | | | |Eisentraut | | diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ce8fca1124d..834e18ab280 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.4 2003/11/13 17:58:35 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.5 2003/11/15 17:20:40 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1625,7 +1625,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <entry>2.4</entry> </row> <row> - <entry><systemitem class="osname">MacOS X</></entry> + <entry><systemitem class="osname">Mac OS X</></entry> <entry><systemitem>PPC</></entry> <entry>7.4</entry> <entry>2003-10-24, @@ -1679,7 +1679,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <entry>7.4</entry> <entry>2003-10-26, Kurt Roeckx (<email>Q@ping.be</email>)</entry> - <entry>2.6 see also <filename>doc/FAQ_Solaris</filename></entry> + <entry>2.6; see also <filename>doc/FAQ_Solaris</filename></entry> </row> <row> <entry><systemitem class="osname">Tru64 UNIX</></entry> |