summaryrefslogtreecommitdiff
path: root/man/NetworkManager.conf.xml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-01-14 18:58:45 +0100
committerThomas Haller <thaller@redhat.com>2019-01-31 11:33:45 +0100
commit930c7d2d22947d700eb51c36d0ea1e5d93baf34c (patch)
treef6d827b0ae2081a84cb411e4077d3d1e5e72f8a0 /man/NetworkManager.conf.xml
parent477e91d75368aa275b9207d1ff12c10a99b1e51c (diff)
downloadNetworkManager-930c7d2d22947d700eb51c36d0ea1e5d93baf34c.tar.gz
man: better explain "connectivity.response" in "NetworkManager.conf" manual
Diffstat (limited to 'man/NetworkManager.conf.xml')
-rw-r--r--man/NetworkManager.conf.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index e97b6bb9eb..9b4ed858f3 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -1084,12 +1084,15 @@ managed=1
</varlistentry>
<varlistentry>
<term><varname>response</varname></term>
- <listitem><para>If set controls what body content
+ <listitem><para>If set, controls what body content
NetworkManager checks for when requesting the URI for
- connectivity checking. If missing, defaults to
- "NetworkManager is online". If set to empty, the
- HTTP server is expected to answer with status code
- 204 or no data.</para></listitem>
+ connectivity checking. Note that this only compares
+ that the HTTP response starts with the specifid text,
+ it does not compare the exact string. This behavior
+ might change in the future, so avoid relying on it.
+ If missing, the response defaults to "NetworkManager is online".
+ If set to empty, the HTTP server is expected to answer with
+ status code 204 or send no data.</para></listitem>
</varlistentry>
</variablelist>
</para>