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.