aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-22 14:47:11 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-23 13:23:00 +0100
commit1cb0c1941f9346aff7c462099ab31cdaf6ce70bc (patch)
tree0d4d90f9f8895d790cebb66df78b9f0887566340
parent7d3c07e377b924af8b2483c7deb5c70071fb120f (diff)
downloadconnman-1cb0c1941f9346aff7c462099ab31cdaf6ce70bc.tar.gz
doc: Correct 'OnlineCheck{Initial,Max}Interval' units.
This corrects the 'OnlineCheck{Initial,Max}Interval' units from 'secs' to 'interval'. Ultimately, in conjunction with a function associated with 'OnlineCheckIntervalStyle', 'OnlineCheck{Initial,Max}Interval' can be translated into seconds; however, the values themselves are simply unitless interval indices.
-rw-r--r--doc/connman.conf.5.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in
index 966c20709..1f3239809 100644
--- a/doc/connman.conf.5.in
+++ b/doc/connman.conf.5.in
@@ -225,7 +225,7 @@ default value is zero ('0') which indicates that no explicit
connection timeout will be used, leaving the timeout to the underlying
operating system and network stack.
.TP
-.BI OnlineCheckInitialInterval= secs, OnlineCheckMaxInterval= secs
+.BI OnlineCheckInitialInterval= interval, OnlineCheckMaxInterval= interval
Range of intervals between two online check requests.
Please refer to the README for more detailed information.
Default values are 1 and 12 respectively.