[master] c207078 Describe VMODs as VCL modules

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Mar 14 11:46:06 CET 2017


commit c2070784e2de3c75a1949599aed74c8fa01a1a65
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Mar 14 11:43:54 2017 +0100

    Describe VMODs as VCL modules

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 075c345..a53e543 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -174,7 +174,7 @@ To include a VCL file in another file use the include keyword::
 Import statement
 ----------------
 
-The ``import`` statement is used to load Varnish Modules (VMODs.)
+The ``import`` statement is used to load VCL modules (VMODs.)
 
 Example::
 
diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 910d613..1b8b0cf 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -1,8 +1,8 @@
 .. _ref-vmod:
 
-%%%%%%%%%%%%%%%%%%%%%%
-VMOD - Varnish Modules
-%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%
+VMOD - VCL Modules
+%%%%%%%%%%%%%%%%%%
 
 For all you can do in VCL, there are things you can not do.
 Look an IP number up in a database file for instance.
diff --git a/doc/sphinx/users-guide/vcl-backends.rst b/doc/sphinx/users-guide/vcl-backends.rst
index 5844891..6da1855 100644
--- a/doc/sphinx/users-guide/vcl-backends.rst
+++ b/doc/sphinx/users-guide/vcl-backends.rst
@@ -120,9 +120,9 @@ You can also group several backend into a group of backends. These
 groups are called directors. This will give you increased performance
 and resilience.
 
-You can define several backends and group them together in a
-director. This requires you to load a VMOD, a Varnish module, and then to
-call certain actions in `vcl_init`.::
+You can define several backends and group them together in a director.
+This requires you to load a VMOD, a VCL module, and then to call certain
+actions in `vcl_init`.::
 
 
     import directors;    # load the directors



More information about the varnish-commit mailing list