X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-json-parse-man.xml;h=1df0a229cfe9e630b762358ab2035fb7836680f0;hb=02b4f0ab937b62d892d3e0918439da770fe720c2;hp=8a6951e5c35d17d539e93f2d52c0e062dc5ddc88;hpb=c91efbe35fe8ff53aeafedf0ffb8f1b90841ecdc;p=yaz-moved-to-github.git diff --git a/doc/yaz-json-parse-man.xml b/doc/yaz-json-parse-man.xml index 8a6951e..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). @@ -71,15 +71,7 @@