From: Willy Tarreau Date: Wed, 20 Nov 2024 07:47:38 +0000 (+0100) Subject: DOC: configuration: wrap long line for "strstr()" conditional expression X-Git-Tag: v3.1-dev14~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c15899410c722e2ff4a01f6d70dc40095b43ff5;p=thirdparty%2Fhaproxy.git DOC: configuration: wrap long line for "strstr()" conditional expression This keyword had too long a description line, let's split it. This can be backported to 2.8. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 0491099ca3..a0e49ddb39 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1118,7 +1118,8 @@ The list of currently supported predicates is the following: - streq(,) : returns true only if the two strings are equal - strneq(,) : returns true only if the two strings differ - - strstr(,) : returns true only if the second string is found in the first one + - strstr(,) : returns true only if the second string is found in + the first one. - version_atleast(): returns true if the current haproxy version is at least as recent as otherwise false. The