Fix style inconsistencies in gnt-instance man page
[ganeti-local] / man / ganeti-listrunner.rst
index b498fe4..f354f09 100644 (file)
@@ -88,13 +88,13 @@ EXAMPLE
 
 Run a command on a list of hosts:
 
-.. code-block:: Bash
+.. code-block:: bash
 
   listrunner -l logdir -c "uname -a" -h host1,host2,host3
 
 Upload a script, some auxiliary files and run the script:
 
-.. code-block:: Bash
+.. code-block:: bash
 
   listrunner -l logdir -x runme.sh \
     -a seed.dat -a golden.dat \
@@ -104,7 +104,7 @@ Upload a script, some auxiliary files and run the script:
 SEE ALSO
 --------
 
-**dsh**(1), **cssh**(1)
+**dsh**\(1), **cssh**\(1)
 
 .. vim: set textwidth=72 :
 .. Local Variables: