summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-10-07 22:13:45 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-10-07 17:14:53 -0500
commit367e13faee581eb9e6a93a40cb5cabc532477d08 (patch)
tree4f29e3754c7ea69e15bb3767e24764bf08022001
parent41a451b01e6dc816491045df21f12eb05d48455d (diff)
downloadbcfg2-367e13faee581eb9e6a93a40cb5cabc532477d08.tar.gz
bcfg2-367e13faee581eb9e6a93a40cb5cabc532477d08.tar.bz2
bcfg2-367e13faee581eb9e6a93a40cb5cabc532477d08.zip
doc: Fix typo on troubleshooting page
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6092 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--doc/troubleshooting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/troubleshooting.txt b/doc/troubleshooting.txt
index 72c5f6e14..ef96c30bb 100644
--- a/doc/troubleshooting.txt
+++ b/doc/troubleshooting.txt
@@ -15,7 +15,7 @@ and understand what is going on.
Figure out if error is client or server side
============================================
-* Cache a copy of the client configuration using bcfg2 -qnc ``/tmp/config.xml``
+* Cache a copy of the client configuration using ``bcfg2 -qnc /tmp/config.xml``
* Look in the file and search for the entry of interest
* If it looks correct, then there is a client issue
* If not, it is time to inspect things on the server