From: Alex Pyrgiotis Date: Thu, 29 Nov 2012 07:45:59 +0000 (+0200) Subject: Correct some typos X-Git-Tag: v0.2~9^2~5 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/b28209d949da5c3289c8188a7947112551594266 Correct some typos --- diff --git a/docs/install.rst b/docs/install.rst index 6f2880d..f9592cc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -42,10 +42,10 @@ to your sources. You can use the following commands: .. code-block:: console - cd /etc/apt/sources.list.d - echo "deb http://apt.dev.grnet.gr precise main" | \ + $ cd /etc/apt/sources.list.d + $ echo "deb http://apt.dev.grnet.gr precise main" | \ sudo tee -a apt.dev.grnet.gr.list - echo "deb-src http://apt.dev.grnet.gr precise main" | \ + $ echo "deb-src http://apt.dev.grnet.gr precise main" | \ sudo tee -a apt.dev.grnet.gr.list You will also need to import the repo's GPG key. You can use the ``curl`` tool diff --git a/docs/overview.rst b/docs/overview.rst index da72b86..e375086 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -1,7 +1,7 @@ Overview ^^^^^^^^ -snf-image-creator is a simple command-line tools for creating OS images. The +snf-image-creator is a simple command-line tool for creating OS images. The original media from which the image is created, can be a block device or a regular file that represents a hard disk. Given a media file, snf-image-creator will create a snapshot for it and will run a number of system preparation diff --git a/docs/usage.rst b/docs/usage.rst index 4059d70..3e4acf3 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -157,7 +157,7 @@ Wizard mode When *snf-mkimage* runs in *wizard* mode, the user is just asked to provide the following basic information: - * Name: A short name for image (ex. "Slackware") + * Name: A short name for the image (ex. "Slackware") * Description: An one-line description for the image (ex. "Slackware Linux 14.0 with KDE") * Account: An *~okeanos* account email * Token: A token corresponding to the account defined previously