Gitweb:
http://git.exim.org/exim.git/commitdiff/09b99df91359c95c1c5a7f25c9a9cfcb17b7dd02
Commit: 09b99df91359c95c1c5a7f25c9a9cfcb17b7dd02
Parent: 1ad6489edabbfce85ee7362370cee4b34739c234
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 17 23:13:20 2015 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jan 17 23:13:20 2015 +0000
Docs: fix sort example
---
doc/doc-docbook/spec.xfpt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 63fef7f..f7bebc8 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9736,7 +9736,7 @@ ${sort{3:2:1:4}{<}{$item}}
.endd
sorts a list of numbers, and
.code
-${sort {$lookup dnsdb{>:,,mx=example.com}} {<} {${listextract{1}{<,$item}}}}
+${sort {${lookup dnsdb{>:,,mx=example.com}}} {<} {${listextract{1}{<,$item}}}}
.endd
will sort an MX lookup into priority order.