]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typo on capture.res.hdr and capture.req.hdr
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 21 Oct 2015 21:13:46 +0000 (23:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Nov 2015 21:47:59 +0000 (22:47 +0100)
capture.res.hdr and capture.req.hdr were mis-spelled (hdr.req.capture)
in the doc, leading to misunderstandings.

doc/configuration.txt

index 73fef5e4122452c52818b25ce472e2de5a50c18d..7dea0f6c4a06a4a65d15ffcbc452191a29ff33f7 100644 (file)
@@ -2770,6 +2770,7 @@ declare capture [ request | response ] len <length>
   for use in the response.
 
   See also: "capture-req", "capture-res" (sample converters),
+            "capture.req.hdr", "capture.res.hdr" (sample fetches),
             "http-request capture" and "http-response capture".
 
 
@@ -11841,16 +11842,16 @@ capture-req(<id>)
   is. If the slot doesn't exist, the capture fails silently.
 
   See also: "declare capture", "http-request capture",
-            "http-response capture", "req.hdr.capture" and
-            "res.hdr.capture" (sample fetches).
+            "http-response capture", "capture.req.hdr" and
+            "capture.res.hdr" (sample fetches).
 
 capture-res(<id>)
   Capture the string entry in the response slot <id> and returns the entry as
   is. If the slot doesn't exist, the capture fails silently.
 
   See also: "declare capture", "http-request capture",
-            "http-response capture", "req.hdr.capture" and
-            "res.hdr.capture" (sample fetches).
+            "http-response capture", "capture.req.hdr" and
+            "capture.res.hdr" (sample fetches).
 
 sdbm([<avalanche>])
   Hashes a binary input sample into an unsigned 32-bit quantity using the SDBM