summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/client/modes.txt2
-rw-r--r--doc/server/plugins/generators/packages.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/client/modes.txt b/doc/client/modes.txt
index 0828a6f4c..639387859 100644
--- a/doc/client/modes.txt
+++ b/doc/client/modes.txt
@@ -35,7 +35,7 @@ How do I use it?
#. In the Bcfg2 repository, put `paranoid='true'` in the ``info.xml``
file.
#. On the client, create ``/var/cache/bcfg2`` (or specify an alternate
- path in the [paranoid] section of ``/etc/bcfg2``).
+ path in the [paranoid] section of ``/etc/bcfg2.conf``).
#. On the client, run `bcfg2` with the `-P` option (alternatively, you
can set *paranoid* to *true* in the **[client]** section of
``bcfg2.conf``).
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 183351576..4d513e479 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -113,7 +113,7 @@ plugin.
Disabling dependency resolution
-------------------------------
-.. versionadded:: 1.1.0
+.. versionadded:: 1.2.0
Dependency resolution can now be disabled by adding this to
``Packages/packages.conf`` in the ``global`` section::