diff options
| -rw-r--r-- | doc/dbus-specification.sgml | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 8e489c64..7048e604 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1821,9 +1821,11 @@      <glossentry id="namespace"><glossterm>Namespace</glossterm>        <glossdef> -	<para>Used to prevent collisions when defining message and -	service names. The convention used is the same as Java uses -	for defining classes: a reversed domain name.  +	<para> +          Used to prevent collisions when defining message and service +	  names. The convention used is the same as Java uses for +	  defining classes: a reversed domain name. +        </para>        </glossdef>      </glossentry>      <glossentry id="peer-to-peer"><glossterm>Peer-to-peer</glossterm> | 
