From: Baptiste Assmann Date: Tue, 4 Aug 2015 08:12:18 +0000 (+0200) Subject: DOC: typos in tcp-check expect examples X-Git-Tag: v1.6-dev4~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a332299ad3e03f1b68f738fb975a0906244cf9f8;p=thirdparty%2Fhaproxy.git DOC: typos in tcp-check expect examples The match keyword 'string' was missing in a few tcp-check expect example statements. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index c23566c991..c4060ce7a6 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5864,7 +5864,7 @@ option tcp-check option tcp-check tcp-check comment PING\ phase tcp-check send PING\r\n - tcp-check expect +PONGe + tcp-check expect string +PONG tcp-check comment role\ check tcp-check send info\ replication\r\n tcp-check expect string role:master @@ -8073,7 +8073,7 @@ tcp-check expect [!] # look for the redis master server option tcp-check tcp-check send PING\r\n - tcp-check expect +PONG + tcp-check expect string +PONG tcp-check send info\ replication\r\n tcp-check expect string role:master tcp-check send QUIT\r\n