summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-08-02 11:29:43 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-08-02 11:29:43 -0500
commit32be2587e835347e37e77d2aa115aecd4d29be95 (patch)
tree94538eb44318e8ba2feebfcd66287685324784b6
parent7169c6cb1f10dd0ff98d16176cd55329079e7c25 (diff)
downloadbcfg2-32be2587e835347e37e77d2aa115aecd4d29be95.tar.gz
bcfg2-32be2587e835347e37e77d2aa115aecd4d29be95.tar.bz2
bcfg2-32be2587e835347e37e77d2aa115aecd4d29be95.zip
doc: Fix some typos
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-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::