From: Willy Tarreau Date: Fri, 26 Feb 2010 18:15:04 +0000 (+0100) Subject: [DOC] fix typo on stickiness rules X-Git-Tag: v1.4.1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec579d83f7231b6ebd7b3d0d196da0ee8aa9fecd;p=thirdparty%2Fhaproxy.git [DOC] fix typo on stickiness rules --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 2d4f0eb3ba..394a46f1b7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4704,7 +4704,7 @@ stick on [table ] [{if | unless} ] Examples : # The following form ... - stick or src table pop if !localhost + stick on src table pop if !localhost # ...is strictly equivalent to this one : stick match src table pop if !localhost