diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-30 01:11:30 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-04-01 17:40:14 -0400 |
commit | 469c386338e4cab572a1a1e28ce0aeab12d1bfb6 (patch) | |
tree | 04e5edbb04e82563b4edcdb62adefc5335f96ac5 /doc | |
parent | 41d44af8c803207d20e94ec043bc1360ae44dd5c (diff) |
docs: Improve the 'Connect time' section
Turn the bullet-point list into complete sentences.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Wayland/en_US/Protocol.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/Wayland/en_US/Protocol.xml b/doc/Wayland/en_US/Protocol.xml index cab68a8..955b054 100644 --- a/doc/Wayland/en_US/Protocol.xml +++ b/doc/Wayland/en_US/Protocol.xml @@ -73,7 +73,7 @@ <itemizedlist> <listitem> <para> - The first word is the sender's object id (32-bit). + The first word is the sender's object ID (32-bit). </para> </listitem> <listitem> @@ -167,20 +167,9 @@ <section id="sect-Protocol-Connect-Time"> <title>Connect Time</title> <para> - <itemizedlist> - <listitem> - <para> - no fixed format connect block, the server emits a bunch of - events at connect time - </para> - </listitem> - <listitem> - <para> - presence events for global objects: output, compositor, input - devices - </para> - </listitem> - </itemizedlist> + There is no fixed connection setup information, the server emits + multiple events at connect time, to indicate the presence and + properties of global objects: outputs, compositor, input devices. </para> </section> <section id="sect-Protocol-Security-and-Authentication"> |