mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 15:28:04 +02:00
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:
parent
14a0efb08c
commit
eb772110ff
1 changed files with 483 additions and 486 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue