[master] 01f75bc s/vmod/VMOD/ when used in sentences

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Sep 14 17:22:20 CEST 2016


commit 01f75bcc6f39acdb1c3a6c258479a07b379381d7
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Sep 14 17:15:26 2016 +0200

    s/vmod/VMOD/ when used in sentences
    
    It is the (upper) case for most of the documentation.

diff --git a/doc/changes.rst b/doc/changes.rst
index 6ba0022..57a36fc 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -17,7 +17,7 @@ Major items:
 
 * Always send the request body to the backend, making possible to cache
   responses of POST, PATCH requests etc with appropriate custom VCL and/or
-  vmods.
+  VMODs.
 
 * hit-for-pass is now actually hit-for-miss.
 
@@ -110,7 +110,7 @@ Bugs fixed
 Varnish Cache 4.1.2 (2016-03-04)
 ================================
 
-* [vmods] vmodtool improvements for multiple vmods in a single directory.
+* [vmods] vmodtool improvements for multiple VMODs in a single directory.
 
 Bugs fixed
 ----------
@@ -128,7 +128,7 @@ Bugs fixed
 Varnish Cache 4.1.2-beta2 (2016-02-25)
 ======================================
 
-* [vmods] Passing VCL ACL to a vmod is now possible.
+* [vmods] Passing VCL ACL to a VMOD is now possible.
 
 * [vmods] VRT_MINOR_VERSION increase due to new function: VRT_acl_match()
 
@@ -154,7 +154,7 @@ Varnish Cache 4.1.2-beta1 (2016-02-17)
 
 * Arithmetric on REAL data type in VCL is now possible.
 
-* vmodtool.py improvements to allow vmods for 4.0 and 4.1 to share a source tree.
+* vmodtool.py improvements to allow VMODs for 4.0 and 4.1 to share a source tree.
 
 * Off-by-one in WS_Reset() fixed.
 
@@ -222,7 +222,7 @@ Changes since 4.1.0:
 - [varnishncsa] -w is now required when running deamonized.
 - [varnishncsa] Log format can now be read from file.
 - Port fields extracted from PROXY1 header now work as expected.
-- New VCL state "busy" introduced (mostly for vmod writers).
+- New VCL state "busy" introduced (mostly for VMOD writers).
 - Last traces of varnishreplay removed.
 - If-Modified-Since is now ignored if we have If-None-Match.
 - Zero Content-Length is no longer sent on 304 responses.
@@ -1140,7 +1140,7 @@ VCL
 
 - Allow relational comparisons of floating point types.
 
-- Make it possible for vmods to fail loading and so cause the VCL
+- Make it possible for VMODs to fail loading and so cause the VCL
   loading to fail.
 
 varnishncsa
@@ -1262,8 +1262,8 @@ Other
 - A bug in the ESI entity replacement parser has been fixed.  `Bug
   #961`_.
 
-- The ABI of vmods are now checked.  This will require a rebuild of
-  all vmods against the new version of Varnish.
+- The ABI of VMODs are now checked.  This will require a rebuild of
+  all VMODs against the new version of Varnish.
 
 .. _bug #961: https://www.varnish-cache.org/trac/ticket/961
 
@@ -1510,7 +1510,7 @@ varnishlog
 VMODs
 -----
 
-- Add a std vmod which includes a random function, log, syslog,
+- Add a std VMOD which includes a random function, log, syslog,
   fileread, collect,
 
 VCL
@@ -1531,7 +1531,7 @@ VCL
   ``vcl_fetch`` and are read only.  `Bug #481`_
 - The default VCL now calls pass for any objects where
   ``beresp.http.Vary == "*"``.  `Bug #787`_
-- The ``log`` keyword has been moved to the ``std`` vmod.
+- The ``log`` keyword has been moved to the ``std`` VMOD.
 - It is now possible to choose which storage backend to be used
 - Add variables ``storage.$name.free_space``,
   ``storage.$name.used_space`` and ``storage.$name.happy``
diff --git a/doc/sphinx/whats-new/changes-5.0.rst b/doc/sphinx/whats-new/changes-5.0.rst
index 6e9d2b5..9931e07 100644
--- a/doc/sphinx/whats-new/changes-5.0.rst
+++ b/doc/sphinx/whats-new/changes-5.0.rst
@@ -48,8 +48,8 @@ feature bit.
 The Shard Director
 ~~~~~~~~~~~~~~~~~~
 
-We have added to the directors vmod an overhauled version of a
-director which was available as an out-of-tree vmod under the name
+We have added to the directors VMOD an overhauled version of a
+director which was available as an out-of-tree VMOD under the name
 VSLP for a couple of years: It's basically a better hash director,
 which uses consistent hashing to provide improved stability of backend
 node selection when the configuration and/or health state of backends
@@ -150,7 +150,7 @@ considered.
 
 Care should be taken to choose an appropriate cache key and/or Vary
 criteria. Adding the request body to the cache key is not possible
-with core varnish, but through a vmod
+with core varnish, but through a VMOD
 https://github.com/aondio/libvmod-bodyaccess
 
 To summarize: You should know what you are doing when caching anything
@@ -216,17 +216,17 @@ Brief notes on other changes
 * further improved stability when handling workspace overflows
 * numerous vcl compiler improvements
 
-News for vmod authors
+News for VMOD authors
 ~~~~~~~~~~~~~~~~~~~~~
 
 * It is now mandatory to have a description in the ``$Module`` line of
   a ``vcc`` file
 
 * vcl cli events (in particular, ``vcl_init{}`` /``vcl_fini{}``) now
-  have a workspace and ``PRIV_TASK`` available for vmods.
+  have a workspace and ``PRIV_TASK`` available for VMODs.
 
 * ``PRIV_*`` now also work for object methods with unchanged scope.
-  In particular, they are per vmod and `not` per object - e.g. the
+  In particular, they are per VMOD and `not` per object - e.g. the
   same ``PRIV_TASK`` gets passed to object methods as to functions
   during a VCL task.
 



More information about the varnish-commit mailing list