summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-30 01:17:11 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-30 01:17:11 +0200
commit179477e695107425c9e47177beb5957327b52021 (patch)
tree4659527d9be29338261aa9ad207196f8437da5af
parent52f2d485bd6ab6b7b2826370fca7bc54b9d81e1f (diff)
downloadconnman-179477e695107425c9e47177beb5957327b52021.tar.gz
connman-179477e695107425c9e47177beb5957327b52021.tar.bz2
connman-179477e695107425c9e47177beb5957327b52021.zip
doc: Fix tabs vs spaces for service and technology documentation
-rw-r--r--doc/service-api.txt8
-rw-r--r--doc/technology-api.txt18
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 84e1ec62..084bc057 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 3c35fe5f..f7eb57a8 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.