From dbffb387903d9741f1b937d61ff9f7aeba131b6e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 2 Oct 2003 22:55:06 +0000 Subject: tweak --- doc/dbus-tutorial.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'doc/dbus-tutorial.xml') 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 @@ - A library, libdbus, that allows two applications to connect - to each other and exchange messages. + A library, libdbus, that allows two + applications to connect to each other and exchange messages. - 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 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. - 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. + 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. -- cgit