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