]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: wrap long line for "strstr()" conditional expression
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Nov 2024 07:47:38 +0000 (08:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Nov 2024 08:04:53 +0000 (09:04 +0100)
This keyword had too long a description line, let's split it. This can be
backported to 2.8.

doc/configuration.txt

index 0491099ca3751bf85d2f4c2f0f1ba06ff5ddde34..a0e49ddb392192c5158792cadb65a6991c11f0aa 100644 (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