From 0ee007c1fc157f55aef554e96ce397e7b760273a Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Wed, 4 Dec 2013 18:16:52 +0800 Subject: [PATCH 1/3] DBus Spec: fix format a little OK, the format of spec file is rather crazy, just fix a little part of indent before add document for "bind". Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72301 --- doc/dbus-specification.xml | 76 ++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 629ab10..f6433b2 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3103,25 +3103,25 @@ mechanismus does not work. - Server Address Format - - TCP/IP socket addresses are identified by the "tcp:" prefix - and support the following key/value pairs: - - - - - - Name - Values - Description - - - - - host - (string) - dns name or ip address + Server Address Format + + TCP/IP socket addresses are identified by the "tcp:" prefix + and support the following key/value pairs: + + + + + + Name + Values + Description + + + + + host + (string) + dns name or ip address port @@ -3173,25 +3173,25 @@ transport behaves like an unsecured tcp transport. - Server Address Format - - Nonce TCP/IP socket addresses uses the "nonce-tcp:" prefix - and support the following key/value pairs: - - - - - - Name - Values - Description - - - - - host - (string) - dns name or ip address + Server Address Format + + Nonce TCP/IP socket addresses uses the "nonce-tcp:" prefix + and support the following key/value pairs: + + + + + + Name + Values + Description + + + + + host + (string) + dns name or ip address port -- 1.7.9.5