From: Tim Duesterhus Date: Thu, 21 Jan 2021 16:40:50 +0000 (+0100) Subject: DOC: Rename '' to '' in converter signature X-Git-Tag: v2.4-dev6~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4e45ca5565f1f7144ddf150f48d65baf186b4b;p=thirdparty%2Fhaproxy.git DOC: Rename '' to '' in converter signature The space appears to trip up the dconv parser and `` is used for other converters. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 89d0964577..899bdf553a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -16005,7 +16005,7 @@ secure_memcmp() # value, without leaking the contents using a timing attack. acl token_given str(my_secret_token),secure_memcmp(txn.token) -set-var() +set-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(,[]) interpret the previous binary sample. -unset-var() +unset-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