summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-02 22:55:06 +0000
committerHavoc Pennington <hp@redhat.com>2003-10-02 22:55:06 +0000
commitdbffb387903d9741f1b937d61ff9f7aeba131b6e (patch)
tree8987b15dde5f26920f800f6f1611075ff21f1f26
parentf44c0367187416d81ee10ca038214bfeb41c05bc (diff)
tweak
-rw-r--r--doc/dbus-tutorial.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml
index 3ee26daa..6f25289e 100644
--- a/doc/dbus-tutorial.xml
+++ b/doc/dbus-tutorial.xml
@@ -32,24 +32,25 @@
<itemizedlist>
<listitem>
<para>
- A library, libdbus, that allows two applications to connect
- to each other and exchange messages.
+ A library, <firstterm>libdbus</firstterm>, that allows two
+ applications to connect to each other and exchange messages.
</para>
</listitem>
<listitem>
<para>
- A message bus daemon executable, built on libdbus, that multiple
- applications can connect to. The daemon can route messages
- from one application to zero or more other applications.
+ A <firstterm>message bus daemon</firstterm> executable, built on
+ libdbus, that multiple applications can connect to. The daemon can
+ route messages from one application to zero or more other
+ applications.
</para>
</listitem>
<listitem>
<para>
- Wrapper libraries based on particular application frameworks.
- For example, libdbus-glib and libdbus-qt. There are also
- bindings to languages such as Python. These wrapper libraries
- are the API most people should use, as they simplify the
- details of D-BUS programming.
+ <firstterm>Wrapper libraries</firstterm> based on particular
+ application frameworks. For example, libdbus-glib and
+ libdbus-qt. There are also bindings to languages such as
+ Python. These wrapper libraries are the API most people should use,
+ as they simplify the details of D-BUS programming.
</para>
</listitem>
</itemizedlist>