summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-01-11 16:12:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-01-22 09:55:50 -0800
commit067c12183e56c5373d70146e6fd16df121aa2d21 (patch)
treeb37d945897008a507c13b46fd5def6a7e2fa5b84
parent7ba1f9d1cc1a4be23f10f692d9c6457fe0a8e270 (diff)
spec: Convert Events chapter to have a section per request
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--specs/fsproto.xml35
1 files changed, 18 insertions, 17 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml
index f851418..644daa5 100644
--- a/specs/fsproto.xml
+++ b/specs/fsproto.xml
@@ -3055,11 +3055,10 @@ lines are omitted from the description.
<!-- .LP -->
The core X Font Service protocol defines the following events:
</para>
-<para>
-<!-- .LP -->
-<indexterm significance="preferred"><primary>KeepAlive</primary></indexterm>
-<function>KeepAlive</function>
-</para>
+
+<section id="Events:KeepAlive">
+ <title><function>KeepAlive</function></title>
+ <indexterm zone="Events:KeepAlive" significance="preferred"><primary>KeepAlive</primary></indexterm>
<blockquote>
<para>
This unsolicited, nonmaskable event may be sent by the
@@ -3071,12 +3070,11 @@ by sending any request (such as
).
</para>
</blockquote>
+</section>
-<para>
-<!-- .LP -->
-<indexterm significance="preferred"><primary>CatalogueListNotify</primary></indexterm>
-<function>CatalogueListNotify</function>
-</para>
+<section id="Events:CatalogueListNotify">
+ <title><function>CatalogueListNotify</function></title>
+ <indexterm zone="Events:CatalogueListNotify" significance="preferred"><primary>CatalogueListNotify</primary></indexterm>
<blockquote>
<para>
<emphasis remap='I'>added</emphasis>: BOOL
@@ -3095,11 +3093,11 @@ DELETED field is True if any existing catalogues have
been removed from the server, otherwise it is False.
</para>
</blockquote>
-<para>
-<!-- .LP -->
-<indexterm significance="preferred"><primary>FontListNotify</primary></indexterm>
-<function>FontListNotify</function>
-</para>
+</section>
+
+<section id="Events:FontListNotify">
+ <title><function>FontListNotify</function></title>
+ <indexterm zone="Events:FontListNotify" significance="preferred"><primary>FontListNotify</primary></indexterm>
<blockquote>
<para>
<emphasis remap='I'>added</emphasis>: BOOL
@@ -3120,11 +3118,14 @@ field is True if any existing fonts have been removed
from any of catalogues used by the client, otherwise it
is False.
</para>
+</blockquote>
+</section>
+<section id="Events:Extensions">
+ <title>Extensions</title>
<para>
-<!-- .sp -->
Additional events may be defined by extensions.
</para>
-</blockquote>
+</section>
</section>
</chapter>