summaryrefslogtreecommitdiff
path: root/man/NetworkManager.conf.xml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-10-04 13:57:15 +0200
committerThomas Haller <thaller@redhat.com>2017-10-04 13:57:16 +0200
commitcfb14ce17e77916d8998d444a05cdea726723240 (patch)
tree8783772d1122e3fccfa5d4c9db5d7b149a3eb5e0 /man/NetworkManager.conf.xml
parentf67269b49d22278e0a70dad1fb52c5b015c12cf6 (diff)
downloadNetworkManager-cfb14ce17e77916d8998d444a05cdea726723240.tar.gz
core: cleanup autoconnect retry handling
- clearify in the manual page that setting retry to 1 means to try once, without retry. - log the initially set retry value in nm_settings_connection_get_autoconnect_retries(). - use nm_settings_connection_get_autoconnect_retries() in nm_settings_connection_can_autoconnect().
Diffstat (limited to 'man/NetworkManager.conf.xml')
-rw-r--r--man/NetworkManager.conf.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 248d6fb8d2..94465a019f 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -406,8 +406,9 @@ no-auto-default=*
value applies only to connections that can auto-connect
and have a
<literal>connection.autoconnect-retries</literal> property
- set to -1. If not specified, connections will be retried 4
- times.
+ set to -1. If not specified, connections will be tried 4
+ times. Setting this value to 1 means to try activation once,
+ without retry.
</para>
</listitem>
</varlistentry>