diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-17 23:13:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-17 23:13:20 +0000 |
commit | 09b99df91359c95c1c5a7f25c9a9cfcb17b7dd02 (patch) | |
tree | d14a3d64807e000a9f04f0a51a84f3bc1d2e1726 | |
parent | 1ad6489edabbfce85ee7362370cee4b34739c234 (diff) |
Docs: fix sort example
-rw-r--r-- | 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 63fef7fc4..f7bebc866 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. |