[4.1] 4b0167c Reword

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 11 17:14:32 CET 2016


commit 4b0167ccf7efa198fa8c9d204f8b822f63cf6eab
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Jan 29 14:57:19 2016 +0000

    Reword

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index a5cd8ce..40b7bf7 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -356,12 +356,12 @@ The per-call vmod_privs are freed before the per-vcl vmod_priv.
 Event functions
 ===============
 
-VMODs can have an "event" function which is called when a VCL which imports
-the VMOD is loaded, made active, or discarded.  This corresponds to the
-``VCL_EVENT_LOAD``, and ``VCL_EVENT_DISCARD`` events, respectively.  In
-addition, this function will be called when the VCL temperature is changed to
-cold or warm, corresponding to the ``VCL_EVENT_COLD`` and ``VCL_EVENT_WARM``
-events.
+VMODs can have an "event" function which is called when a VCL which
+imports the VMOD is loaded or discarded.  This corresponds to the
+``VCL_EVENT_LOAD`` and ``VCL_EVENT_DISCARD`` events, respectively.
+In addition, this function will be called when the VCL temperature is
+changed to cold or warm, corresponding to the ``VCL_EVENT_COLD`` and
+``VCL_EVENT_WARM`` events.
 
 The first argument to the event function is a VRT context.
 



More information about the varnish-commit mailing list