From adc7e713f733de9f5c7fea03f764001d7accab1b Mon Sep 17 00:00:00 2001
From: Willy Tarreau <w@1wt.eu>
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.

(cherry picked from commit 5c15899410c722e2ff4a01f6d70dc40095b43ff5)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
---
 doc/configuration.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index fe73f10d2..9997d4a64 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -1087,7 +1087,8 @@ The list of currently supported predicates is the following:
 
   - streq(<str1>,<str2>)  : returns true only if the two strings are equal
   - strneq(<str1>,<str2>) : returns true only if the two strings differ
-  - strstr(<str1>,<str2>) : returns true only if the second string is found in the first one
+  - strstr(<str1>,<str2>) : returns true only if the second string is found in
+                            the first one.
 
   - version_atleast(<ver>): returns true if the current haproxy version is
                             at least as recent as <ver> otherwise false. The