]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Rename '<var name>' to '<var>' in converter signature
authorTim Duesterhus <tim@bastelstu.be>
Thu, 21 Jan 2021 16:40:50 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Jan 2021 16:59:34 +0000 (17:59 +0100)
The space appears to trip up the dconv parser and `<var>` is used for other
converters.

doc/configuration.txt

index 89d0964577af5a54d5377d33602220b148202844..899bdf553a854babb28c771dc9c94cc02e899f68 100644 (file)
@@ -16005,7 +16005,7 @@ secure_memcmp(<var>)
      # value, without leaking the contents using a timing attack.
      acl token_given str(my_secret_token),secure_memcmp(txn.token)
 
-set-var(<var name>)
+set-var(<var>)
   Sets a variable with the input content and returns the content on the output
   as-is. The variable keeps the value and the associated input type. The name of
   the variable starts with an indication about its scope. The scopes allowed are:
@@ -16311,7 +16311,7 @@ ungrpc(<field_number>,[<field_type>])
   interpret the previous binary sample.
 
 
-unset-var(<var name>)
+unset-var(<var>)
   Unsets a variable if the input content is defined. The name of the variable
   starts with an indication about its scope. The scopes allowed are:
     "proc" : the variable is shared with the whole process