[exim-cvs] Fix listnamed doc typos

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix listnamed doc typos
Gitweb: http://git.exim.org/exim.git/commitdiff/abbb897e0327fb13fd9989b6aea559abd2f09b56
Commit:     abbb897e0327fb13fd9989b6aea559abd2f09b56
Parent:     0ea79e187ceaa0d4256d077556e6322a6cf7071c
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Oct 13 22:29:04 2013 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Oct 13 22:51:45 2013 +0100


    Fix listnamed doc typos
---
 doc/doc-docbook/spec.xfpt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 0393ec2..d839df8 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9892,12 +9892,12 @@ when &%length%& is used as an operator.
The string is interpreted as a list and the number of items is returned.


-.vitem &*${listnamed:*&<&'name'&>&*}*&&~and&~&*${list_*&<&'type'&>&*name*&>&*}*&
+.vitem &*${listnamed:*&<&'name'&>&*}*&&~and&~&*${listnamed_*&<&'type'&>&*:*&<&'name'&>&*}*&
.cindex "expansion" "named list"
.cindex "&%listnamed%& expansion item"
The name is interpreted as a named list and the content of the list is returned,
expanding any referenced lists, re-quoting as needed for colon-separation.
-If the optional type if given it must be one of "a", "d", "h" or "l"
+If the optional type is given it must be one of "a", "d", "h" or "l"
and selects address-, domain-, host- or localpart- lists to search among respectively.
Otherwise all types are searched in an undefined order and the first
matching list is returned.