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.
This commit is contained in:
Willy Tarreau 2024-11-20 08:47:38 +01:00
parent da1620b317
commit 5c15899410
1 changed files with 2 additions and 1 deletions

View File

@ -1118,7 +1118,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