summaryrefslogtreecommitdiffstats
path: root/doc/development/cfg.txt
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-17 10:26:17 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-20 11:37:55 -0400
commit3ea977825739b1c15c04ca053cc44bcfacf9cfb9 (patch)
treec9a522a7942347efeaafe8280cd051583a8dfafc /doc/development/cfg.txt
parent6a4569e4d0e59fea1e60d8ddb8805792dbecb080 (diff)
downloadbcfg2-3ea977825739b1c15c04ca053cc44bcfacf9cfb9.tar.gz
bcfg2-3ea977825739b1c15c04ca053cc44bcfacf9cfb9.tar.bz2
bcfg2-3ea977825739b1c15c04ca053cc44bcfacf9cfb9.zip
minor Cfg docs fixes
Diffstat (limited to 'doc/development/cfg.txt')
-rw-r--r--doc/development/cfg.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/cfg.txt b/doc/development/cfg.txt
index 20bd27f57..ba71232e7 100644
--- a/doc/development/cfg.txt
+++ b/doc/development/cfg.txt
@@ -2,9 +2,9 @@
.. _development-cfg:
-=========================
- Cfg Handler Development
-=========================
+=======================
+Cfg Handler Development
+=======================
The :ref:`server-plugins-generators-cfg` plugin offers multiple
handlers to handle different entries in different ways. Writing a new
@@ -15,7 +15,7 @@ Each new Cfg handler must be contained in its own module in
``Bcfg2.Server.Plugins.Cfg``, and the module and class name must be
identical. The name should start with ``Cfg``, and should clearly
indicate which of the handler types it is. A handler class may
-implement more than one handler type.a
+implement more than one handler type.
Cfg Handler Types
=================