]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: stick-table: modify the description
authorGodbach <nylzhaowei@gmail.com>
Wed, 4 Dec 2013 08:08:22 +0000 (16:08 +0800)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Dec 2013 09:02:02 +0000 (10:02 +0100)
The stickiness table can be declared in such sections as frontend, listen
and backend, but the original manual only mentioned backend. Modify the
description simply as below:
"current backend" -> "current section"

Signed-off-by: Godbach <nylzhaowei@gmail.com>
doc/configuration.txt

index 803d42edcfa5af2ee63f7d571d6f92efd48b2c71..81b42954ef82ce56eb64896779ad3658ed633627 100644 (file)
@@ -6133,7 +6133,7 @@ stick store-request <pattern> [table <table>] [{if | unless} <condition>]
 stick-table type {ip | integer | string [len <length>] | binary [len <length>]}
             size <size> [expire <expire>] [nopurge] [peers <peersect>]
             [store <data_type>]*
-  Configure the stickiness table for the current backend
+  Configure the stickiness table for the current section
   May be used in sections :   defaults | frontend | listen | backend
                                  no    |    yes   |   yes  |   yes