From 5c15899410c722e2ff4a01f6d70dc40095b43ff5 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 20 Nov 2024 08:47:38 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 0491099ca..a0e49ddb3 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