diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-05-28 10:56:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-05-28 10:57:32 -0700 |
commit | 19b35215c9cff167c62dabecef89e3d5f8df2853 (patch) | |
tree | 5f2d036a93627be663dc55ed436c41dd17996881 /specs | |
parent | e6ad4dd8d054caf6cd63575167db468929532089 (diff) |
spec: Syntactic Conventions examples should not be separate list entries
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/sect1-9.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/specs/sect1-9.xml b/specs/sect1-9.xml index 6f6ec20..da1e978 100644 --- a/specs/sect1-9.xml +++ b/specs/sect1-9.xml @@ -212,10 +212,6 @@ are capitalized. <para> Requests in <link linkend="requests">section 9</link> are described in the following format: - </para> - </listitem> - <listitem> - <para> <literallayout class="monospaced"> <emphasis role='bold'>RequestName</emphasis> <emphasis remap='I'>arg1</emphasis>: type1 @@ -231,8 +227,6 @@ in the following format: Description. </literallayout> </para> - </listitem> - <listitem> <para> If no ▶ is present in the description, then the request has no reply (it is asynchronous), @@ -245,10 +239,6 @@ then one or more replies can be generated for a single request. <para> Events in <link linkend="events">section 11</link> are described in the following format: - </para> - </listitem> - <listitem> - <para> <literallayout class="monospaced"> <emphasis role='bold'>EventName</emphasis> <emphasis remap='I'>value1</emphasis>: type1 |