X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbql.7.txt;fp=doc%2Fsysdbql.7.txt;h=2bccc3e36e0688f3d9ac921f0c18887bf09dad16;hp=396b55b263d233ad49c9394d729f171cb20609b0;hb=a6e42fa1a76071269ea98499d210d0ba0024e278;hpb=ef3e099a424694e6247252a40c7b3be343f3cebd diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 396b55b..2bccc3e 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -222,7 +222,7 @@ The following examples illustrate the use of the commands and what their replies look like. The replies are pretty-printed to more easily follow them. LIST hosts; - {"hosts":[{ + [{ "name": "host1.example.com", "last_update": "2001-02-03 04:05:06 +0700", "update_interval": "5m4s" @@ -230,7 +230,7 @@ replies look like. The replies are pretty-printed to more easily follow them. "name": "host2.example.com", "last_update": "2001-02-03 04:05:06 +0700", "update_interval": "5m4s" - }]} + }] FETCH host 'host1.example.com'; {