summaryrefslogtreecommitdiffstats
path: root/doc/client/paranoid.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/client/paranoid.txt')
-rw-r--r--doc/client/paranoid.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/client/paranoid.txt b/doc/client/paranoid.txt
index 1bf8c4fa5..8a597892e 100644
--- a/doc/client/paranoid.txt
+++ b/doc/client/paranoid.txt
@@ -16,13 +16,16 @@ administrator.
How do I use it?
================
-#. In the Bcfg2 repository, put `paranoid='true'` in the `info.xml` file.
-#. On the client, create `/var/cache/bcfg2` (in 1.0, you can specify an alternate path in the [paranoid] section of /etc/bcfg2).
+#. 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).
#. On the client, run `bcfg2` with the `-P` option.
-This will save a copy of the replaced file in `/var/cache/bcfg2`, but
-it'll be named as the path to the file with /'s replaced by _'s. For
-example, the old `/etc/hosts` will be named `/var/cache/bcfg2/etc_hosts`.
+This will save a copy of the replaced file in ``/var/cache/bcfg2``,
+but it'll be named as the path to the file with /'s replaced
+by _'s. For example, the old `/etc/hosts` will be named
+``/var/cache/bcfg2/etc_hosts``.
Extra configuration
===================