[master] 91047a9 Grammar OCD

Geoff Simmons geoff at uplex.de
Sun Mar 12 22:03:05 CET 2017


commit 91047a9e4b1d6f8cfba3a8e65c05e9b409aa8a84
Author: Geoff Simmons <geoff at uplex.de>
Date:   Sun Mar 12 22:02:45 2017 +0100

    Grammar OCD

diff --git a/doc/sphinx/whats-new/upgrading-5.1.rst b/doc/sphinx/whats-new/upgrading-5.1.rst
index 604b6c1..98e4425 100644
--- a/doc/sphinx/whats-new/upgrading-5.1.rst
+++ b/doc/sphinx/whats-new/upgrading-5.1.rst
@@ -199,14 +199,15 @@ vcl_backend_response
   to a valid storage will set ``beresp.storage`` as well. If the
   storage is invalid, ``beresp.storage`` is left untouched.
 
-When multiple storage backends have been defined with the ``-s``
-command-line option for varnishd, but none is explicitly set in
-``vcl_backend_response``, storage selection and the use of the nuke
-limit has been reworked (see :ref:`ref_param_nuke_limit`). Previously,
-a storage backend was tried first with a nuke limit of 0, and retried
-on failure with the limit configured as the ``-p`` parameter
-``nuke_limit``. When no storage was specified, Varnish went through
-every one in round-robin order with a nuke limit of 0 before retrying.
+For the case where multiple storage backends have been defined with
+the ``-s`` command-line option for varnishd, but none is explicitly
+set in ``vcl_backend_response``, storage selection and the use of the
+nuke limit has been reworked (see
+:ref:`ref_param_nuke_limit`). Previously, a storage backend was tried
+first with a nuke limit of 0, and retried on failure with the limit
+configured as the ``-p`` parameter ``nuke_limit``. When no storage was
+specified, Varnish went through every one in round-robin order with a
+nuke limit of 0 before retrying.
 
 Now ``beresp.storage`` is initialized with a storage backend before
 ``vcl_backend_response`` executes, and the storage set in



More information about the varnish-commit mailing list