[exim-cvs] Docs: fix xml

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Docs: fix xml
Gitweb: https://git.exim.org/exim.git/commitdiff/3555c705d667038a1037d72511b277473f1a7248
Commit:     3555c705d667038a1037d72511b277473f1a7248
Parent:     feb1d59e24fc05776a7c73557931ba35da4e1f4a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Jan 23 12:45:44 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Jan 23 12:45:44 2019 +0000


    Docs: fix xml


    Broken-by: 386ab6457b
---
 doc/doc-docbook/spec.xfpt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e13a022..331e560 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9410,9 +9410,9 @@ This forces an expansion failure (see section &<<SECTforexpfai>>&);
{<&'string2'&>} must be present for &"fail"& to be recognized.

 .new
-.vitem "&*${extract json{*&<&'key'&>&*}{*&<&'string1'&>&*}{*&<&'string2'&>&*}&&&
-       {*&<&'string3'&>&*}}*&"
-.vitem "&*${extract jsons{*&<&'key'&>&*}{*&<&'string1'&>&*}{*&<&'string2'&>&*}&&&
+.vitem "&*${extract json {*&<&'key'&>&*}{*&<&'string1'&>&*}{*&<&'string2'&>&*}&&&
+       {*&<&'string3'&>&*}}*&" &&&
+       "&*${extract jsons{*&<&'key'&>&*}{*&<&'string1'&>&*}{*&<&'string2'&>&*}&&&
        {*&<&'string3'&>&*}}*&"
 .cindex "expansion" "extracting from JSON object"
 .cindex JSON expansions
@@ -9431,7 +9431,7 @@ For the &"json"& variant,
 if a returned value is a JSON string, it retains its leading and
 trailing quotes.
 For the &"jsons"& variant, which is intended for use with JSON strings, the
-leading and trailing quotes are removed.
+leading and trailing quotes are removed from the returned value.
 . XXX should be a UTF-8 compare


The results of matching are handled as above.
@@ -9470,9 +9470,9 @@ empty (for example, the fifth field above).


 .new
-.vitem "&*${extract json{*&<&'number'&>&*}}&&&
-        {*&<&'string1'&>&*}{*&<&'string2'&>&*}{*&<&'string3'&>&*}}*&"
-.vitem "&*${extract jsons{*&<&'number'&>&*}}&&&
+.vitem "&*${extract json {*&<&'number'&>&*}}&&&
+        {*&<&'string1'&>&*}{*&<&'string2'&>&*}{*&<&'string3'&>&*}}*&" &&&
+       "&*${extract jsons{*&<&'number'&>&*}}&&&
         {*&<&'string1'&>&*}{*&<&'string2'&>&*}{*&<&'string3'&>&*}}*&"
 .cindex "expansion" "extracting from JSON array"
 .cindex JSON expansions
@@ -9485,7 +9485,7 @@ For the &"json"& variant,
 if a returned value is a JSON string, it retains its leading and
 trailing quotes.
 For the &"jsons"& variant, which is intended for use with JSON strings, the
-leading and trailing quotes are removed.
+leading and trailing quotes are removed from the returned value.
 .wen