[4.1] 6f0f632 Remove a missing docs ref from last

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Sep 28 13:31:07 CEST 2015


commit 6f0f632c874743fbc56e2bc4cab4bdc849230564
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Sep 24 08:49:18 2015 +0200

    Remove a missing docs ref from last

diff --git a/doc/sphinx/reference/directors.rst b/doc/sphinx/reference/directors.rst
index 23c73ee..8ad919b 100644
--- a/doc/sphinx/reference/directors.rst
+++ b/doc/sphinx/reference/directors.rst
@@ -98,7 +98,9 @@ are *owned* by VCLs. Though a dynamic backend can't outlive its VCL, it can be
 deleted any time with ``VRT_delete_backend``. The VCL will delete the remaining
 backends once discarded, you don't need to take care of it.
 
-Consider using an object (see :ref:`ref-vmod-objects`) to manipulate dynamic
+.. XXX Consider using an object (see :ref:`ref-vmod-objects`) to manipulate dynamic
+
+Consider using an object to manipulate dynamic
 backends. They are tied to the VCL life cycle and make a handy data structure
 to keep track of backends and objects have a VCL name you can reuse for the
 director. It is also true for *cluster* directors that may reference native



More information about the varnish-commit mailing list