DOC: fix a confusing typo on a regsub example
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2020 16:05:56 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2020 16:05:56 +0000 (18:05 +0200)
commit465dc7d63f99e94a904adb0e04504bf7e940536b
tree387003c88137d2be98e02e67d36b6e822ab3cb03
parentda46c1ca60c79377107d03114667d4436d1d3268
DOC: fix a confusing typo on a regsub example

Sébastien reported a confusing example in the doc about regsub when used
with quotes. Nested quotes are already not trivial to grasp, but when
typos are there and result in something valid, it's even worse. The closing
quote ought to have been inside the brackets. However haproxy will not make
any difference because the single quotes delimit a word and the delimited
word remains the same. Let's just not add yet another level of confusion.
doc/configuration.txt