From: Willy Tarreau Date: Sat, 23 Oct 2010 09:22:08 +0000 (+0200) Subject: [DOC] fix typos about bind-process syntax X-Git-Tag: v1.5-dev8~429 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfcd31134b5de8d836533663bb5ac840a8617681;p=thirdparty%2Fhaproxy.git [DOC] fix typos about bind-process syntax Reported by Tijn Lambrechtsen. (cherry picked from commit 365cddc61dec824c7edcfca7cf974222a42f4896) --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d7f81f4e90..d05ad9ea59 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1453,15 +1453,15 @@ bind-process [ all | odd | even | ] ... 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.