[master] 60ddf62 fix a block of text rendering as part of source code

Tollef Fog Heen tfheen at varnish-cache.org
Mon Nov 14 12:08:36 CET 2011


commit 60ddf626604a625a151c3d1dc011d3a9eba38bd2
Author: Kolia Morev <kolyuchiy at gmail.com>
Date:   Sun Nov 13 13:40:47 2011 +0400

    fix a block of text rendering as part of source code

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 016e84f..6873fcf 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -976,10 +976,10 @@ based on the request URL:::
     }
   }
 
-  The following snippet demonstrates how to force a minimum TTL for
-  all documents.  Note that this is not the same as setting the
-  default_ttl run-time parameter, as that only affects document for
-  which the backend did not specify a TTL:::
+The following snippet demonstrates how to force a minimum TTL for
+all documents.  Note that this is not the same as setting the
+default_ttl run-time parameter, as that only affects document for
+which the backend did not specify a TTL:::
   
   import std; # needed for std.log
 



More information about the varnish-commit mailing list