[master] 85aac30 Fix RST parse error

Lasse Karstensen lkarsten at varnish-cache.org
Fri Nov 23 10:35:49 CET 2012


commit 85aac306aebe55501c952be4482573a552784085
Author: Lasse Karstensen <lasse at varnish-software.com>
Date:   Fri Nov 23 10:35:46 2012 +0100

    Fix RST parse error

diff --git a/doc/sphinx/phk/spdy.rst b/doc/sphinx/phk/spdy.rst
index 327518a..68bf000 100644
--- a/doc/sphinx/phk/spdy.rst
+++ b/doc/sphinx/phk/spdy.rst
@@ -90,7 +90,7 @@ I already can hear some of you amazing VCL wizards say "Well,
 if you inline-C grab a refcount, then restart and ..." but lets
 be honest, that's not how it should look.
 
-You should be able to do something like:
+You should be able to do something like::
 
 	if (req.proto == "SPDY" && req.url ~ "index.html") {
 		req.obj1 = lookup(backend1, "/main.css")



More information about the varnish-commit mailing list