From 3a817255a4c803f3b5fdbaff3e953dfc0e445262 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Mon, 7 Jan 2013 17:48:39 +0100 Subject: [PATCH] man pages: Lowercase name for syntax highlighting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the man pages' reST is built using Sphinx, βbashβ must be used instead of βBashβ. Pandoc works with both. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- man/ganeti-listrunner.rst | 4 ++-- man/ganeti-os-interface.rst | 4 ++-- man/ganeti-watcher.rst | 2 +- man/gnt-instance.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/ganeti-listrunner.rst b/man/ganeti-listrunner.rst index b498fe4c5..345d1759b 100644 --- a/man/ganeti-listrunner.rst +++ b/man/ganeti-listrunner.rst @@ -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 \ diff --git a/man/ganeti-os-interface.rst b/man/ganeti-os-interface.rst index 7c9bef1c2..2e44021ff 100644 --- a/man/ganeti-os-interface.rst +++ b/man/ganeti-os-interface.rst @@ -226,7 +226,7 @@ fails. For the ``dhcp`` parameter given as example above, a verification script could be: -.. code-block:: Bash +.. code-block:: bash #!/bin/sh @@ -342,7 +342,7 @@ The rename script has been added. If you don't want to do any changes on the instances after a rename, you can migrate the OS definition to version 5 by creating the rename script simply as: -.. code-block:: Bash +.. code-block:: bash #!/bin/sh diff --git a/man/ganeti-watcher.rst b/man/ganeti-watcher.rst index 9d5db2798..69925d77c 100644 --- a/man/ganeti-watcher.rst +++ b/man/ganeti-watcher.rst @@ -81,7 +81,7 @@ In some cases, it's even desirable to reset the watcher state, for example after maintenance actions, or when you want to simulate the reboot of all nodes, so in this case, you can remove all state files: -.. code-block:: Bash +.. code-block:: bash rm -f @LOCALSTATEDIR@/lib/ganeti/watcher.*.data rm -f @LOCALSTATEDIR@/lib/ganeti/watcher.*.instance-status diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index 09d97cacd..a8c69d55f 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -571,7 +571,7 @@ cpu\_mask Example: - .. code-block:: Bash + .. code-block:: bash # Map the entire instance to CPUs 0-2 gnt-instance modify -H cpu_mask=0-2 my-inst -- GitLab