introduce term section (consistent with connman.conf.5), don't
use entry when talking about a section

Signed-off-by: Peter Meerwald <[email protected]>
Cc: Patrik Flykt <[email protected]>
---
 doc/config-format.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/config-format.txt b/doc/config-format.txt
index 1d1235e..735ed22 100644
--- a/doc/config-format.txt
+++ b/doc/config-format.txt
@@ -5,27 +5,27 @@ Connman uses configuration files to provision existing 
services. Connman will
 be looking for its configuration files at STORAGEDIR which by default points
 to /var/lib/connman/. Configuration file names must not include other
 characters than letters or numbers and must have a .config suffix.
-Those configuration files are text files with a simple format and we typically
-have one file per provisioned network.
+Those configuration files are text files with a simple key-value pair format,
+organized into sections. We typically have one file per provisioned network.
 
 If the config file is removed, then Connman tries to remove the
-provisioned service. If an individual service entry inside a config is removed,
-then the corresponding provisioned service is removed. If a service
-entry is changed, then the corresponding service is removed and immediately
+provisioned services. If an individual service inside a config is removed,
+then the corresponding provisioned service is removed. If a service section
+is changed, then the corresponding service is removed and immediately
 re-provisioned.
 
 
-Global entry [global]
-=====================
+Global section [global]
+=======================
 
-These files can have an optional global entry describing the actual file.
-The two allowed fields for that entry are:
+These files can have an optional global section describing the actual file.
+The two allowed fields for this section are:
 - Name: Name of the network.
 - Description: Description of the network.
 
 
-Service entry [service_*]
-=========================
+Service sections [service_*]
+============================
 
 Each provisioned service must start with the [service_*] tag. Replace * with
 an identifier unique to the config file.
-- 
1.8.3.4

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to