
apj at varnish-cache
Mar 12, 2012, 4:25 AM
Post #1 of 1
(72 views)
Permalink
|
|
[master] c5e141b Correct function name
|
|
commit c5e141be4c608fc7264d36506fd79c49e04a86a5 Author: Andreas Plesner Jacobsen <apj [at] mutt> Date: Mon Mar 12 12:23:47 2012 +0100 Correct function name diff --git a/doc/sphinx/reference/vmod_std.rst b/doc/sphinx/reference/vmod_std.rst index 9c28a3c..a1ece16 100644 --- a/doc/sphinx/reference/vmod_std.rst +++ b/doc/sphinx/reference/vmod_std.rst @@ -50,7 +50,7 @@ Description Example set beresp.http.x-nice = std.tolower("VerY"); -set_up_tos +set_ip_tos ---------- Prototype set_ip_tos(INT i) _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|