summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/configurationentries.txt2
-rw-r--r--doc/server/plugins/generators/rules.txt19
2 files changed, 12 insertions, 9 deletions
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt
index 8741e56f5..6e6ab79f7 100644
--- a/doc/server/configurationentries.txt
+++ b/doc/server/configurationentries.txt
@@ -87,7 +87,7 @@ necessary for the Path type specified.
| | | applies to only | |
| | | YUMng) | |
+-------------+----------------------+-----------------+--------------------------+
-| nonexistent | New | Specify a path | name |
+| nonexistent | New | Specify a path | name, recursive |
| | | that should not | |
| | | exist | |
+-------------+----------------------+-----------------+--------------------------+
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index fe60a24fd..c3c4b61c4 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -251,14 +251,17 @@ hardlink
nonexistent
^^^^^^^^^^^
-+------+--------------------+-------------+
-| Name | Description | Values |
-+======+====================+=============+
-| name | Name of the | String |
-| | (nonexistent) file | |
-+------+--------------------+-------------+
-| type | Type of file | nonexistent |
-+------+--------------------+-------------+
++-----------+--------------------+-------------+
+| Name | Description | Values |
++===========+====================+=============+
+| name | Name of the | String |
+| | (nonexistent) file | |
++-----------+--------------------+-------------+
+| type | Type of file | nonexistent |
++-----------+--------------------+-------------+
+| recursive | Recursively remove | true |
+| | directory contents | |
++-----------+--------------------+-------------+
permissions
^^^^^^^^^^^