This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", not
authorBruce Momjian <[email protected]>
Mon, 9 Dec 2002 21:03:42 +0000 (21:03 +0000)
committerBruce Momjian <[email protected]>
Mon, 9 Dec 2002 21:03:42 +0000 (21:03 +0000)
"OS/X".

Neil Conway

doc/src/sgml/runtime.sgml

index 6c0f8b27ebc454df68a7866dff714e00fcc2c9fc..13070837060c196dc4b937b1a93b242c62c57a64 100644 (file)
@@ -2631,13 +2631,13 @@ kernel.shmmax = 134217728
 
 
      <varlistentry>
-      <term><systemitem class="osname">OS/X</></term>
-      <indexterm><primary>OS/X</></>
+      <term><systemitem class="osname">MacOS X</></term>
+      <indexterm><primary>MacOS X</></>
       <listitem>
        <para>
         Edit the file
         <filename>/System/Library/StartupItems/SystemTuning/SystemTuning
-        </> and edit the following values:
+        </> and change the following values:
 <programlisting>
 sysctl -w kern.sysv.shmmax
 sysctl -w kern.sysv.shmmin
@@ -2645,8 +2645,8 @@ sysctl -w kern.sysv.shmmni
 sysctl -w kern.sysv.shmseg
 sysctl -w kern.sysv.shmall
 </programlisting>
-        These values have the same meanings on OS/X as those listed for
-        previous operating systems.
+        These values have the same meanings on <productname>MacOS</> X
+        as those listed for previous operating systems.
        </para>
       </listitem>
      </varlistentry>