dbus/doc dbus-tutorial.xml,1.3,1.4

Havoc Pennington hp@pdx.freedesktop.org
Thu, 02 Oct 2003 15:55:08 -0700


Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv17964/doc

Modified Files:
	dbus-tutorial.xml 
Log Message:
tweak


Index: dbus-tutorial.xml
===================================================================
RCS file: /cvs/dbus/dbus/doc/dbus-tutorial.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbus-tutorial.xml	2 Oct 2003 22:49:11 -0000	1.3
+++ dbus-tutorial.xml	2 Oct 2003 22:55:06 -0000	1.4
@@ -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>