summaryrefslogtreecommitdiffstats
path: root/doc/development/plugins.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-16 15:38:08 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-16 15:38:08 -0500
commit1d3ed4665dcdd3a37404a181c3f88055a5af576e (patch)
tree7c99397139f5356499a82833b6f71eb6d4ef408d /doc/development/plugins.txt
parent67285919a86c8ffaf7a7ae7cc67e7c831c66ce33 (diff)
downloadbcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.tar.gz
bcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.tar.bz2
bcfg2-1d3ed4665dcdd3a37404a181c3f88055a5af576e.zip
doc: Fix 1.4.0pre1 release notes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/development/plugins.txt')
-rw-r--r--doc/development/plugins.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/plugins.txt b/doc/development/plugins.txt
index e4f16b84d..5993c4e29 100644
--- a/doc/development/plugins.txt
+++ b/doc/development/plugins.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _development-plugins:
@@ -147,9 +148,8 @@ For examples, see:
* :func:`Bcfg2.Server.Plugins.Probes.ReceiveData` takes a copy of the
groups that have been assigned to a client by
- :ref:`server-plugins-probes-index`, and if that data changes when
- new probe data is received, it invalidates the cache for that
- client.
+ :ref:`server-plugins-probes`, and if that data changes when new probe
+ data is received, it invalidates the cache for that client.
* :func:`Bcfg2.Server.Plugins.GroupPatterns.Index` expires the entire
cache whenever a FAM event is received for the
:ref:`server-plugins-grouping-grouppatterns` config file.