From: Jeremy Harris Date: Tue, 2 Jun 2020 15:34:42 +0000 (+0100) Subject: Docs: typoes X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/de498d230862bcc49acbc6d5e76c71b1e15596c3?ds=sidebyside Docs: typoes Cherry-picked from: 1195f8f2a4 --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 4f5c119f6..96d477df3 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10171,9 +10171,9 @@ You can use &`fail`& instead of {<&'string3'&>} as in a string extract. .new -.vitem &*${listquote{*&<&'separator'&>&*}{*&<&'string'&>&*}}*" -.citem quoting "for list" -.citem list quoting +.vitem &*${listquote{*&<&'separator'&>&*}{*&<&'string'&>&*}}*& +.cindex quoting "for list" +.cindex list quoting This item doubles any occurrence of the separator character in the given string. An empty string is replaced with a single space. diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 94bcea29b..f858c9121 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -8,7 +8,7 @@ Since Exim version 4.94 JH/02 Bug 2587: Fix pam expansion condition. Tainted values are commonly used as arguments, so an implementation trying to copy these into a local - buffer was taking a taint-enformance trap. Fix by using dynamically + buffer was taking a taint-enforcement trap. Fix by using dynamically created buffers. JH/03 Bug 2586: Fix listcount expansion operator. Using tainted arguments is