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