Commit 3bca6ca6 authored by Bruce Momjian's avatar Bruce Momjian

This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", not

"OS/X".

Neil Conway
parent 9ee48915
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.162 2002/12/06 05:18:57 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.163 2002/12/09 21:03:30 momjian Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -2682,13 +2682,13 @@ kernel.shmmax = 134217728 ...@@ -2682,13 +2682,13 @@ kernel.shmmax = 134217728
<varlistentry> <varlistentry>
<term><systemitem class="osname">OS/X</></term> <term><systemitem class="osname">MacOS X</></term>
<indexterm><primary>OS/X</></> <indexterm><primary>MacOS X</></>
<listitem> <listitem>
<para> <para>
Edit the file Edit the file
<filename>/System/Library/StartupItems/SystemTuning/SystemTuning <filename>/System/Library/StartupItems/SystemTuning/SystemTuning
</> and edit the following values: </> and change the following values:
<programlisting> <programlisting>
sysctl -w kern.sysv.shmmax sysctl -w kern.sysv.shmmax
sysctl -w kern.sysv.shmmin sysctl -w kern.sysv.shmmin
...@@ -2696,8 +2696,8 @@ sysctl -w kern.sysv.shmmni ...@@ -2696,8 +2696,8 @@ sysctl -w kern.sysv.shmmni
sysctl -w kern.sysv.shmseg sysctl -w kern.sysv.shmseg
sysctl -w kern.sysv.shmall sysctl -w kern.sysv.shmall
</programlisting> </programlisting>
These values have the same meanings on OS/X as those listed for These values have the same meanings on <productname>MacOS</> X
previous operating systems. as those listed for previous operating systems.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment