From: Vladimir Panteleev Date: Sat, 3 Feb 2018 04:54:27 +0000 (+0000) Subject: Docs: Fix syntax in ${filter} example X-Git-Tag: exim-4_91_RC1~79 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/6aa40a1505fabebaae80b26b348899ef78546518?hp=ac8bf5a9f0942486bdb71db957c5ba7485cd3c94 Docs: Fix syntax in ${filter} example --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c4209659a..16cd394ac 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -9345,7 +9345,7 @@ item in a new list; if the condition is false, the item is discarded. The separator used for the output list is the same as the one used for the input, but a separator setting is not included in the output. For example: .code -${filter{a:b:c}{!eq{$item}{b}} +${filter{a:b:c}{!eq{$item}{b}}} .endd yields &`a:c`&. At the end of the expansion, the value of &$item$& is restored to what it was before. See also the &*map*& and &*reduce*& expansion items.