From: Aleksandar Lazic Date: Tue, 29 Mar 2022 22:11:40 +0000 (+0200) Subject: DOC: remove double blanks in configuration.txt X-Git-Tag: v2.6-dev5~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=332258a778b5d198bd6a31cae062e5ab153ced19;p=thirdparty%2Fhaproxy.git DOC: remove double blanks in configuration.txt Double blanks in keywords are not good for the html documentation parser. This commit fixes the double blanks for tcp-request content use-service. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 87ae438097..cb05fef91c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3118,7 +3118,7 @@ server [:] [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, : 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() [ { if | unless } ] This is used to unset a variable. Please refer to "http-request set-var" for details about variables. -tcp-request content use-service [ { if | unless } ] +tcp-request content use-service [ { if | unless } ] 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