spec: Convert Requests chapter to have a section per request

Bulk of change performed with emacs replace-regexp:
<para id="requests:[^"]+">
<emphasis role='bold'>\([^<]+\)</emphasis>
<indexterm significance="preferred"><primary>[^<]+</primary></indexterm>
</para>
with:
   </section>
  <section id="requests:\1">
    <title>\1</title>
    <indexterm significance="preferred"><primary>\1</primary></indexterm>

Plus manual editing of the first & last section, and manual
conversion of GrabButton & GrabServer due to extra indexterm lines.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2010-12-04 13:22:04 -08:00
parent 14a0efb08c
commit eb772110ff

File diff suppressed because it is too large Load diff