]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typos in tcp-check expect examples
authorBaptiste Assmann <bedis9@gmail.com>
Tue, 4 Aug 2015 08:12:18 +0000 (10:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2015 22:39:27 +0000 (00:39 +0200)
The match keyword 'string' was missing in a few tcp-check expect example
statements.

doc/configuration.txt

index c23566c991540ae5c783f2f297b7e5193d89cbcf..c4060ce7a6b970c6149a9f4c7d81878e20fe3d9d 100644 (file)
@@ -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 [!] <match> <pattern>
          # 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