flag to send().
           </para>
         </listitem>
-        <listitem>
-          <para>
-            Reserve the shared memory region during backend startup on Windows,
-            so that memory allocated by starting third party DLLs doesn't end
-            up conflicting with it. Hopefully this solves the long-time issue
-            with "could not reattach to shared memory" errors on
-            Win32.
-          </para>
-        </listitem>
       </itemizedlist>
     </sect3>
     <sect3>
         </listitem>
       </itemizedlist>
     </sect3>
+    <sect3>
+      <title>Ports</title>
+      <itemizedlist>
+        <listitem>
+          <para>
+            Reserve the shared memory region during backend startup on Windows,
+            so that memory allocated by starting third party DLLs doesn't end
+            up conflicting with it. Hopefully this solves the long-time issue
+            with "could not reattach to shared memory" errors on
+            Win32.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Add s_lock support for SuperH architecture (not well tested).
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
     <sect3>
       <title>Source code, build options</title>
       <itemizedlist>
             tree, not only src/backend/.
           </para>
         </listitem>
-        <listitem>
-          <para>
-            Reserve the shared memory region during backend startup on Windows,
-            so that memory allocated by starting third party DLLs doesn't end
-            up conflicting with it. Hopefully this solves the long-time issue
-            with "could not reattach to shared memory" errors on
-            Win32.
-          </para>
-        </listitem>
         <listitem>
           <para>
             Make the core scanner re-entrant, along with additional fixes that
             files altogether.
           </para>
         </listitem>
-        <listitem>
-          <para>
-            Add s_lock support for SuperH architecture (not well tested).
-          </para>
-        </listitem>
       </itemizedlist>
     </sect3>
   </sect2>