summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-20 17:44:01 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-20 17:44:01 +0100
commit31200365b3a59e89ee6d2d00b01b6cec33075688 (patch)
treed958fba2f61e6d30a97eeb9cd97d5005cbc9c037 /doc
parent7b9ccd0409be6c683f4954d417d507e06ed561d5 (diff)
downloadconnman-31200365b3a59e89ee6d2d00b01b6cec33075688.tar.gz
connman-31200365b3a59e89ee6d2d00b01b6cec33075688.tar.bz2
connman-31200365b3a59e89ee6d2d00b01b6cec33075688.zip
Rename FlightMode to OfflineMode
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index bf3d1de9..5ff5f6a8 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -57,15 +57,15 @@ Properties string State [readonly]
device defines which becomes the default connection
when multiple are available.
- boolean FlightMode [readwrite]
+ boolean OfflineMode [readwrite]
- The flight mode indicates the global setting for
- switching all radios on or off. Changing flight mode
+ The offline mode indicates the global setting for
+ switching all radios on or off. Changing offline mode
to true results in powering down all devices. When
- leaving flight mode the individual policy of each
+ leaving offline mode the individual policy of each
device decides to switch the radio back on or not.
- During flight mode, it is still possible to switch
+ During offline mode, it is still possible to switch
certain technologies manually back on. For example
the limited usage of WiFi or Bluetooth devices might
be allowed in some situations.