[master] 9074379 Sync with reality

Federico G. Schwindt fgsch at lodoss.net
Thu Jun 26 19:48:03 CEST 2014


commit 90743796609c2a65624b3491ee49ce820b8b12bd
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jun 26 18:47:23 2014 +0100

    Sync with reality

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 3f8a831..743689e 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -364,10 +364,6 @@ hash_data(input)
 new()
   Instanciate a new VCL object. Available in vcl_init.
 
-purge()
-  Invalidate all variants of the current object using purge. Available in 
-  vcl_miss and vcl_hit.
-
 return()
   End execution of the current VCL subroutine, and continue to the next step
   in the request handling state machine.
diff --git a/doc/sphinx/users-guide/purging.rst b/doc/sphinx/users-guide/purging.rst
index 0c9b7c9..17b02ee 100644
--- a/doc/sphinx/users-guide/purging.rst
+++ b/doc/sphinx/users-guide/purging.rst
@@ -39,7 +39,6 @@ following VCL in place::
 		  if (!client.ip ~ purge) {
 			  return(synth(405,"Not allowed."));
 		  }
-                  # jump to hit/miss
 		  return (purge);
 	  }
   }



More information about the varnish-commit mailing list