]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Fix some typo in SPOE documentation
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 9 Dec 2016 16:41:54 +0000 (17:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Dec 2016 16:44:02 +0000 (17:44 +0100)
[wt: backport to 1.7]

doc/SPOE.txt

index e51ffdf97f4a964568afc2223e1e4fd7fdcdb961..6d2c4ae4c6095d7b1e081b5b4d183ae786e6fcbd 100644 (file)
@@ -333,7 +333,7 @@ event <name>
 
   Supported events are:
     - on-client-session
-    - on-server-connectiob
+    - on-server-session
     - on-frontend-tcp-request
     - on-backend-tcp-request
     - on-tcp-response
@@ -840,10 +840,10 @@ Here is the list of supported actions:
                  attached to this action: the variable scope (proc, sess, txn,
                  req or req) and the variable name (a string).
 
-    ACTION-UNSET-VAR  : <SET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME>
+    ACTION-UNSET-VAR  : <UNSET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME>
 
-    SET-VAR     : <1>
-    NB-ARGS     : <3>
+    UNSET-VAR   : <2>
+    NB-ARGS     : <2>
     VAR-SCOPE   : <PROCESS> | <SESSION> | <TRANSACTION> | <REQUEST> | <RESPONSE>
     VAR-NAME    : <STRING>