]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: remove double blanks in configuration.txt
authorAleksandar Lazic <al-haproxy@none.at>
Tue, 29 Mar 2022 22:11:40 +0000 (00:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 Mar 2022 14:58:52 +0000 (16:58 +0200)
Double blanks in keywords are not good for the html documentation parser.
This commit fixes the double blanks for tcp-request content use-service.

doc/configuration.txt

index 87ae43809769932fb23d8c9aa49fd37b795ac4db..cb05fef91c344e08d8b3d498c361308054cd9ff5 100644 (file)
@@ -3118,7 +3118,7 @@ server <peername> [<ip>:<port>] [param*]
   As previously mentioned, "peer" keyword may be replaced by "server" keyword
   with a support for all "server" parameters found in 5.2 paragraph.
   If the underlying peer is local, <ip>:<port> parameters must not be present.
-  These parameters must  be provided on a "bind" line (see "bind" keyword
+  These parameters must be provided on a "bind" line (see "bind" keyword
   of this "peers" section).
   Some of these parameters are irrelevant for "peers" sections.
 
@@ -12553,7 +12553,7 @@ tcp-request content unset-var(<var-name>) [ { if | unless } <condition> ]
   This is used to unset a variable. Please refer to "http-request set-var" for
   details about variables.
 
-tcp-request content  use-service <service-name>  [ { if | unless } <condition> ]
+tcp-request content use-service <service-name> [ { if | unless } <condition> ]
 
   This action is used to executes a TCP service which will reply to the request
   and stop the evaluation of the rules. This service may choose to reply by