[master] b69efc2 Fix rst syntax

git at varnish-cache.org git at varnish-cache.org
Wed Nov 27 16:49:30 CET 2013


commit b69efc247c473bf585b0db3ebfa5e640cf9b09bc
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Wed Nov 27 16:49:13 2013 +0100

    Fix rst syntax

diff --git a/doc/sphinx/reference/vmod_std.rst b/doc/sphinx/reference/vmod_std.rst
index c0b6c6e..d80cb5b 100644
--- a/doc/sphinx/reference/vmod_std.rst
+++ b/doc/sphinx/reference/vmod_std.rst
@@ -151,8 +151,7 @@ Description
 	Converts string *s* to the first IP number returned by
 	the system library function getaddrinfo(3).  If conversion
 	fails, *fallback* will be returned.
-Example:
-
+Example
 	if (std.ip(req.http.X-forwarded-for, "0.0.0.0") ~ my_acl) { ... }
 	
 	



More information about the varnish-commit mailing list