Skip to content

Commit 5c15899

Browse files
committed
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.
1 parent da1620b commit 5c15899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/configuration.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,8 @@ The list of currently supported predicates is the following:
11181118

11191119
- streq(<str1>,<str2>) : returns true only if the two strings are equal
11201120
- strneq(<str1>,<str2>) : returns true only if the two strings differ
1121-
- strstr(<str1>,<str2>) : returns true only if the second string is found in the first one
1121+
- strstr(<str1>,<str2>) : returns true only if the second string is found in
1122+
the first one.
11221123

11231124
- version_atleast(<ver>): returns true if the current haproxy version is
11241125
at least as recent as <ver> otherwise false. The

0 commit comments

Comments
 (0)