]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Fix formatting in configuration.txt to fix dconv
authorTim Duesterhus <tim@bastelstu.be>
Fri, 27 May 2022 21:20:36 +0000 (23:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 May 2022 03:56:20 +0000 (05:56 +0200)
The missing space before the colon causes haproxy-dconv to misparse the
configuration.txt.

doc/configuration.txt

index 3a5728539334d1773ea48d4e97be1a1a80273056..6343f9f13ec4e4558ec109ef47cadc23619b4cb8 100644 (file)
@@ -18126,7 +18126,7 @@ ipv4(<ipv4>) : ipv4
 ipv6(<ipv6>) : ipv6
   Returns an ipv6.
 
-last_rule_file: string
+last_rule_file : string
   This returns the name of the configuration file containing the last final
   rule that was matched during stream analysis. A final rule is one that
   terminates the evaluation of the rule set (like an "accept", "deny" or
@@ -18140,7 +18140,7 @@ last_rule_file: string
   logs where was the rule that gave the final verdict, in order to help
   figure why a request was denied for example. See also "last_rule_line".
 
-last_rule_line: integer
+last_rule_line : integer
   This returns the line number in the configuration file where is located the
   last final rule that was matched during stream analysis. A final rule is one
   that terminates the evaluation of the rule set (like an "accept", "deny" or