summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-07-12 10:10:10 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-07-16 16:36:14 -0500
commit9e77f585862829d84821374494f47c5bc7297870 (patch)
treeb5249c9ff3a8572c8b0ecd7f5ded281c75e63e35
parent2bdb9dce1bd1a9e77dd7383af4ca2c554021adbe (diff)
downloadbcfg2-9e77f585862829d84821374494f47c5bc7297870.tar.gz
bcfg2-9e77f585862829d84821374494f47c5bc7297870.tar.bz2
bcfg2-9e77f585862829d84821374494f47c5bc7297870.zip
Minor format changes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5968 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--doc/server/plugins/version/bzr.txt4
-rw-r--r--doc/server/plugins/version/fossil.txt2
-rw-r--r--doc/server/plugins/version/git.txt4
-rw-r--r--doc/server/plugins/version/svn.txt4
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/server/plugins/version/bzr.txt b/doc/server/plugins/version/bzr.txt
index 9bb4df712..0755bf80c 100644
--- a/doc/server/plugins/version/bzr.txt
+++ b/doc/server/plugins/version/bzr.txt
@@ -18,7 +18,7 @@ changes to the repo which are made by the server.
How to enable the Bazaar plugin
===============================
-Simply add "Bzr" to your plugins line in /etc/bcfg2.conf::
+Simply add "Bzr" to your plugins line in ``/etc/bcfg2.conf``::
[server]
plugins = Base,Bundler,Cfg,...,Bzr
@@ -26,7 +26,7 @@ Simply add "Bzr" to your plugins line in /etc/bcfg2.conf::
Usage notes
===========
-Unlike other VCS plugins for BCFG2, the Bazaar plugin checks whether
+Unlike other VCS plugins for Bcfg2, the Bazaar plugin checks whether
there are uncommitted changes to the repository. If there are, this
plugin appends a "+" after the version number. Essentially, this means
you're using that version, "plus" some changes.
diff --git a/doc/server/plugins/version/fossil.txt b/doc/server/plugins/version/fossil.txt
index 7f3a52f5a..7bf523a9e 100644
--- a/doc/server/plugins/version/fossil.txt
+++ b/doc/server/plugins/version/fossil.txt
@@ -18,7 +18,7 @@ changes to the repo which are made by the server.
How to enable the Fossil plugin
===============================
-Simply add "Fossil" to your plugins line in /etc/bcfg2.conf::
+Simply add "Fossil" to your plugins line in ``/etc/bcfg2.conf``::
[server]
plugins = Base,Bundler,Cfg,...,Fossil
diff --git a/doc/server/plugins/version/git.txt b/doc/server/plugins/version/git.txt
index 883189552..ea2f087ba 100644
--- a/doc/server/plugins/version/git.txt
+++ b/doc/server/plugins/version/git.txt
@@ -24,8 +24,8 @@ How to enable the Git plugin
The Git plugin uses `Dulwich <http://samba.org/~jelmer/dulwich/>`_ to
interface with git repositories. Therefore, you will need to install
-Dulwich on the bcfg2 server first. Once installed, simply add Git to
-your plugins line in /etc/bcfg2.conf::
+Dulwich on the Bcfg2 server first. Once installed, simply add Git to
+your plugins line in ``/etc/bcfg2.conf``::
[server]
plugins = Base,Bundler,Cfg,...,Git
diff --git a/doc/server/plugins/version/svn.txt b/doc/server/plugins/version/svn.txt
index 8e98102ea..a23d4d35b 100644
--- a/doc/server/plugins/version/svn.txt
+++ b/doc/server/plugins/version/svn.txt
@@ -22,7 +22,7 @@ server (adding clients, ssh keys, etc).
How to enable the Svn plugin
============================
-Simply add Svn to your plugins line in /etc/bcfg2.conf::
+Simply add Svn to your plugins line in ``/etc/bcfg2.conf``::
[server]
- plugins = Base,Bundler,Cfg,DBStats,Decisions,Metadata,NagiosGen,Pkgmgr,Probes,Rules,SSHbase,TGenshi,Svn
+ plugins = Base,Bundler,Cfg,..,Svn