From 11ee2c778844888a9d5f9cc6bbc804fcad6e101f Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 25 Nov 2015 07:17:35 +0900 Subject: [PATCH] [image-guide] Change the markups for consistency To consist with http://docs.openstack.org/contributor-guide/rst-conv/inline-markups.html Change-Id: I42416da6356d7a23374aaeed9b51029d6584f78e --- doc/image-guide/source/convert-images.rst | 2 +- doc/image-guide/source/modify-images.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/image-guide/source/convert-images.rst b/doc/image-guide/source/convert-images.rst index 785ac38b86..9ff8cb4058 100644 --- a/doc/image-guide/source/convert-images.rst +++ b/doc/image-guide/source/convert-images.rst @@ -69,7 +69,7 @@ VBoxManage: VDI (VirtualBox) to raw ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you've created a VDI image using VirtualBox, you can convert -it to raw format using the :program:`VBoxManage` command-line tool +it to raw format using the ``VBoxManage`` command-line tool that ships with VirtualBox. On Mac OS X, and Linux, VirtualBox stores images by default in the ``~/VirtualBox VMs/`` directory. The following example creates a raw image in the current directory diff --git a/doc/image-guide/source/modify-images.rst b/doc/image-guide/source/modify-images.rst index 729254bff9..93091a401f 100644 --- a/doc/image-guide/source/modify-images.rst +++ b/doc/image-guide/source/modify-images.rst @@ -16,13 +16,13 @@ Here we describe several tools available that allow you to modify images. guestfish ~~~~~~~~~ -The :program:`guestfish` program is a tool from the +The ``guestfish`` program is a tool from the `libguestfs `_ project that allows you to modify the files inside of a virtual machine image. .. note:: - :program:`guestfish` does not mount the image directly into the + ``guestfish`` does not mount the image directly into the local file system. Instead, it provides you with a shell interface that enables you to view, edit, and delete files. Many of :command:`guestfish` commands, such as :command:`touch`, @@ -148,7 +148,7 @@ guestmount For some types of changes, you may find it easier to mount the image's file system directly in the guest. -The :program:`guestmount` program, also from the +The ``guestmount`` program, also from the libguestfs project, allows you to do so. #. For example, to mount the root partition from our