DOC: config: set-var() dconv rendering issues
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 23 Mar 2023 10:54:44 +0000 (11:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Mar 2023 08:45:28 +0000 (09:45 +0100)
commitfedbc17a5e40bfa6b8a6ed1417d22410f925eddb
tree13607539a7eac6a3fab234f1cab2991998da3c98
parentc2c043ed43b1812a29df59a0aadc8ea7f26f6fec
DOC: config: set-var() dconv rendering issues

Since <cond> optional argument support was added to set-var() and friends
in 2.6 with 164726c ("DOC: vars: Add documentation about the set-var
conditions"), dconv is having a hard time rendering related keywords.

Everywhere `[,<cond> ...]` was inserted, html formatting is now broken.

Removing the space between <cond> and '...' allows dconv to properly parse
the token thus restores proper formatting without changing the meaning.

This was discovered when discussing about var() sample fetch doc issues
in GH #2087

This patch should be backported up to 2.6
doc/configuration.txt