]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix typo on stickiness rules
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 18:15:04 +0000 (19:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 18:15:04 +0000 (19:15 +0100)
doc/configuration.txt

index 2d4f0eb3ba1cfaf3c8d3bd922f343d9440a8ab7d..394a46f1b78584c44dc499e24af9680bbce092c1 100644 (file)
@@ -4704,7 +4704,7 @@ stick on <pattern> [table <table>] [{if | unless} <condition>]
 
   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