]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix typos about bind-process syntax
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Oct 2010 09:22:08 +0000 (11:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:36 +0000 (19:04 +0200)
Reported by Tijn Lambrechtsen.
(cherry picked from commit 365cddc61dec824c7edcfca7cf974222a42f4896)

doc/configuration.txt

index d7f81f4e9027cb7a169c57263236bbefb3063d69..d05ad9ea59704fe236f52b0e380b37fabc2ab519 100644 (file)
@@ -1453,15 +1453,15 @@ bind-process [ all | odd | even | <number 1-32> ] ...
   Example :
         listen app_ip1
             bind 10.0.0.1:80
-            bind_process odd
+            bind-process odd
 
         listen app_ip2
             bind 10.0.0.2:80
-            bind_process even
+            bind-process even
 
         listen management
             bind 10.0.0.3:80
-            bind_process 1 2 3 4
+            bind-process 1 2 3 4
 
   See also : "nbproc" in global section.