Signed-off-by: Peter Meerwald <[email protected]> Cc: Patrik Flykt <[email protected]> --- doc/config-format.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/config-format.txt b/doc/config-format.txt index 2429927..66fe1be 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -9,17 +9,17 @@ Those configuration files are text files with a simple format and we typically have one file per provisioned network. If the config file is removed, then Connman tries to remove the -provisioned service. If individual service entry inside config is removed, -then the corresponding provisioned service is removed. If service -entry is changed, then corresponding service is removed and then -immediately re-provisioned. +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 +re-provisioned. Global entry [global] ===================== These files can have an optional global entry describing the actual file. -The 2 allowed fields for that entry are: +The two allowed fields for that entry are: - Name: Name of the network. - Description: Description of the network. -- 1.8.3.4 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
