[master] 7fed882 Correct format

Federico G. Schwindt fgsch at lodoss.net
Tue Jul 7 13:22:47 CEST 2015


commit 7fed882e6956a2faf9f44e51efbdc714874b1ff0
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jul 7 12:17:56 2015 +0100

    Correct format

diff --git a/doc/sphinx/reference/varnishstat.rst b/doc/sphinx/reference/varnishstat.rst
index 9213baf..e2c1fc8 100644
--- a/doc/sphinx/reference/varnishstat.rst
+++ b/doc/sphinx/reference/varnishstat.rst
@@ -184,12 +184,12 @@ With -j the output format is::
     "FIELD NAME": {
       "description": "FIELD DESCRIPTION",
       "type": "FIELD TYPE", "ident": "FIELD IDENT", "flag": "FIELD SEMANTICS", "format": "FIELD DISPLAY FORMAT",
-      "value": FIELD VALUE,
+      "value": FIELD VALUE
     },
     "FIELD2 NAME": {
       "description": "FIELD2 DESCRIPTION",
       "type": "FIELD2 TYPE", "ident": "FIELD2 IDENT", "flag": "FIELD2 SEMANTICS", "format": "FIELD2 DISPLAY FORMAT",
-      "value": FIELD2 VALUE,
+      "value": FIELD2 VALUE
     },
     [..]
   }



More information about the varnish-commit mailing list