From: Marcel Holtmann Date: Sun, 29 Apr 2012 23:17:11 +0000 (+0200) Subject: doc: Fix tabs vs spaces for service and technology documentation X-Git-Tag: 0.85~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=179477e695107425c9e47177beb5957327b52021;p=platform%2Fupstream%2Fconnman.git doc: Fix tabs vs spaces for service and technology documentation --- diff --git a/doc/service-api.txt b/doc/service-api.txt index 84e1ec6..084bc05 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -427,19 +427,19 @@ Properties string State [readonly] string Host [readonly] - VPN host IP. + VPN host IP. string Domain [readonly] - VPN Domain. + VPN Domain. string Name [readonly] - VPN provider Name. + VPN provider Name. string Type [readonly] - VPN provider type. + VPN provider type. dict Ethernet [readonly] diff --git a/doc/technology-api.txt b/doc/technology-api.txt index 3c35fe5..f7eb57a 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -20,7 +20,7 @@ Methods dict GetProperties() will be emitted. Possible Errors: [service].Error.InvalidArguments - [service].Error.InvalidProperty + [service].Error.InvalidProperty void Scan() @@ -75,16 +75,16 @@ Properties boolean Powered [readwrite] string TetheringIdentifier [readwrite] - The tethering broadcasted identifier. + The tethering broadcasted identifier. - This property is only valid for the WiFi technology, - and is then mapped to the WiFi AP SSID clients will - have to join in order to gain internet connectivity. + This property is only valid for the WiFi technology, + and is then mapped to the WiFi AP SSID clients will + have to join in order to gain internet connectivity. string TetheringPassphrase [readwrite] - The tethering connection passphrase. + The tethering connection passphrase. - This property is only valid for the WiFi technology, - and is then mapped to the WPA pre-shared key clients - will have to use in order to establish a connection. + This property is only valid for the WiFi technology, + and is then mapped to the WPA pre-shared key clients + will have to use in order to establish a connection.