diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-17 09:15:35 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-17 09:15:35 +0100 |
commit | f64fbe039033d51be277431ce09fabd3ebbc7e74 (patch) | |
tree | f845243a7ac3d956eaabc61b94c38fe038ddfb05 /doc | |
parent | 56c2a7be576a5b5335e8742a72441509e8d924b5 (diff) |
Docs: fix example for listextract expansion item
Diffstat (limited to 'doc')
-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 96e46b662..34fbed88f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -9390,7 +9390,7 @@ yields &"42"&, and .code ${listextract{-3}{<, x,42,99,& Mailer,,/bin/bash}{result: $value}} .endd -yields &"result: 99"&. +yields &"result: 42"&. If {<&'string3'&>} is omitted, an empty string is used for string3. If {<&'string2'&>} is also omitted, the value that was |