From 930c7d2d22947d700eb51c36d0ea1e5d93baf34c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 14 Jan 2019 18:58:45 +0100 Subject: [PATCH] man: better explain "connectivity.response" in "NetworkManager.conf" manual --- man/NetworkManager.conf.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index e97b6bb9e..9b4ed858f 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -1084,12 +1084,15 @@ managed=1 response - If set controls what body content + 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. + 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.