X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-json-parse-man.xml;fp=doc%2Fyaz-json-parse-man.xml;h=1df0a229cfe9e630b762358ab2035fb7836680f0;hp=11d31e4f4c3852f25d32a8c494b00adacbc97df5;hb=323805b6779bcf1befdc7cdd7f10c23b06885e0d;hpb=0ec12c344e05f3637af9f48e6aa28a54d99f8343 diff --git a/doc/yaz-json-parse-man.xml b/doc/yaz-json-parse-man.xml index 11d31e4..1df0a22 100644 --- a/doc/yaz-json-parse-man.xml +++ b/doc/yaz-json-parse-man.xml @@ -35,14 +35,14 @@ DESCRIPTION - yaz-json-parse is utility which demonstrates + yaz-json-parse is a utility which demonstrates the JSON API of YAZ. (yaz/json.h). The program attempts to parse a JSON from standard input (stdin). It will return exit code 1 if parsing fails and the parsing error message will be printed to standard error (stderr). The program returns exit code - 0 parsing succeeds and return no output, unless -p is given (see below). + 0 if parsing succeeds, and returns no output unless -p is given (see below). @@ -51,9 +51,9 @@ -p - Makes the JSON parser echo the JSON result string to standard output - - if parsing from stdin was successful. If -p is given twice the - output is a multi line output with indentation (pretty print). + Makes the JSON parser echo the JSON result string to standard output, + if parsing from stdin was successful. If -p is given twice, then the + output is a multi-line output with indentation (pretty print).