[master] fd3383e change commet style

Per Buer perbu at varnish-software.com
Thu Feb 6 14:33:12 CET 2014


commit fd3383e48270b559a6930ec13b8092bdffc8ec8b
Author: Per Buer <perbu at varnish-software.com>
Date:   Thu Feb 6 14:30:46 2014 +0100

    change commet style

diff --git a/doc/sphinx/users-guide/esi.rst b/doc/sphinx/users-guide/esi.rst
index 8a12461..58b31f2 100644
--- a/doc/sphinx/users-guide/esi.rst
+++ b/doc/sphinx/users-guide/esi.rst
@@ -48,11 +48,11 @@ For ESI to work you need to activate ESI processing in VCL, like this::
 
     sub vcl_fetch {
     	if (req.url == "/test.html") {
-           set beresp.do_esi = true; /* Do ESI processing		*/
-           set beresp.ttl = 24 h;    /* Sets the TTL on the HTML above  */
+           set beresp.do_esi = true; // Do ESI processing
+           set beresp.ttl = 24 h;    // Sets the TTL on the HTML above
     	} elseif (req.url == "/cgi-bin/date.cgi") {
-           set beresp.ttl = 1m;      /* Sets a one minute TTL on	*/
-	       	       	 	     /*  the included object		*/
+           set beresp.ttl = 1m;      // Sets a one minute TTL on
+	       	       	 	     // the included object
         }
     }
 
@@ -83,4 +83,4 @@ Doing ESI on JSON and other non-XMLish content
 Please note that Varnish will peek at the included content. If it
 doesn't start with a "<" Varnish assumes you didn't really mean to
 include it and disregard it. You can alter this behaviour by setting
-the esi_syntax parameter (see ref:`ref-varnishd`).
\ No newline at end of file
+the esi_syntax parameter (see ref:`ref-varnishd`).



More information about the varnish-commit mailing list