summaryrefslogtreecommitdiffstats
path: root/doc/client
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-07-14 14:49:49 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-07-14 14:49:49 -0500
commita7c2a14cfecf93d013556dcb703abb8e36bb45e5 (patch)
tree49f731525c6c65637fe99080b99401ce24c2afa2 /doc/client
parent15f003dfbb208a826818faaba76a1b5a3bc0a959 (diff)
downloadbcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.tar.gz
bcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.tar.bz2
bcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.zip
doc: Fix sphinx build warnings/errors
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/client')
-rw-r--r--doc/client/tools/actions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/client/tools/actions.txt b/doc/client/tools/actions.txt
index 268fcc51d..61bb8854b 100644
--- a/doc/client/tools/actions.txt
+++ b/doc/client/tools/actions.txt
@@ -57,6 +57,8 @@ same bundle based on group membership.
It is also possible to do this in one step in the bundle itself with a
``BoundAction`` tag, e.g.:
+.. code-block:: xml
+
<Bundle>
<BoundAction timing='post' when='modified' name='action_name'
command='/path/to/command arg1 arg2' status='ignore'/>