diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-05-29 16:21:15 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-05-30 10:29:44 +0300 |
commit | 0f92a0cd3e156d2de438eea210a439bfec17fa75 (patch) | |
tree | 44e7f69f4a72bc62ce87c216b373505cd36eb57f /doc | |
parent | 58d55479c23f085cd2299e2133adef5c9d9c055b (diff) | |
download | connman-0f92a0cd3e156d2de438eea210a439bfec17fa75.tar.gz connman-0f92a0cd3e156d2de438eea210a439bfec17fa75.tar.bz2 connman-0f92a0cd3e156d2de438eea210a439bfec17fa75.zip |
doc: Remove Protected description
The Protected setting was relevant only for Manager.ProvisionService
method call which was removed a long time ago.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config-format.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt index c2551774..24299276 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -22,9 +22,6 @@ These files can have an optional global entry describing the actual file. The 2 allowed fields for that entry are: - Name: Name of the network. - Description: Description of the network. -- Protected: Configuration protection against being removed, modified or -overwritten by a Manager.ProvisionService() call. If unset, this value defaults -to TRUE, i.e. configs are protected by default. Service entry [service_*] |