summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/client/tools/actions.txt2
-rw-r--r--doc/server/plugins/structures/bundler/index.txt2
-rw-r--r--doc/server/xml-common.txt4
3 files changed, 6 insertions, 2 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'/>
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index c7dde193f..25134cb89 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -49,6 +49,8 @@ be provided by a different plugin such as
Alternatively, you can use fully-bound entries in Bundler, which has
various uses. For instance:
+.. code-block:: xml
+
<Bundle>
<Path name='/etc/ssh/ssh_config'/>
<Group name='rpm'>
diff --git a/doc/server/xml-common.txt b/doc/server/xml-common.txt
index aa414dc48..073e409b2 100644
--- a/doc/server/xml-common.txt
+++ b/doc/server/xml-common.txt
@@ -327,10 +327,10 @@ Feature Matrix
+-------------------------------------------------+--------------+--------+------------+------------+
| File | Group/Client | Genshi | Encryption | XInclude |
+=================================================+==============+========+============+============+
-| :ref:`ACL ip.xml <server-plugins-misc-acl>' | No | No | No | Yes |
+| :ref:`ACL ip.xml <server-plugins-misc-acl>` | No | No | No | Yes |
+-------------------------------------------------+--------------+--------+------------+------------+
| :ref:`ACL metadata.xml | Yes | Yes | Yes | Yes |
-| <server-plugins-misc-acl>' | | | | |
+| <server-plugins-misc-acl>` | | | | |
+-------------------------------------------------+--------------+--------+------------+------------+
| :ref:`Bundler | Yes | Yes | Yes | Yes |
| <server-plugins-structures-bundler-index>` | | | | |