[master] 1a4915f Correct missing .http. typos in vmod_std.rst

Martin Blix Grydeland martin at varnish-cache.org
Fri May 27 13:39:31 CEST 2011


commit 1a4915fef0638eb2cc631774f13b4d3d7f0270c0
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri May 27 12:48:20 2011 +0200

    Correct missing .http. typos in vmod_std.rst

diff --git a/doc/sphinx/reference/vmod_std.rst b/doc/sphinx/reference/vmod_std.rst
index a023aa3..0d236b0 100644
--- a/doc/sphinx/reference/vmod_std.rst
+++ b/doc/sphinx/reference/vmod_std.rst
@@ -37,7 +37,7 @@ Return value
 Description
 	Converts the STRING S to upper case.
 Example
-	set beresp.x-scream = std.toupper("yes!");
+	set beresp.http.x-scream = std.toupper("yes!");
 
 tolower
 -------
@@ -48,7 +48,7 @@ Return value
 Description
 	Converts the STRING to lower case.
 Example
-        set beresp.x-nice = std.tolower("VerY");
+        set beresp.http.x-nice = std.tolower("VerY");
 
 set_up_tos
 ----------
@@ -75,7 +75,7 @@ Return value
 Description
 	Returns a random REAL number between *a* and *b*.
 Example
-	set beresp.x-random-number = std.random(1, 100);
+	set beresp.http.x-random-number = std.random(1, 100);
 
 log
 ---



More information about the varnish-commit mailing list