Correct some typos
authorAlex Pyrgiotis <apyrgio@cslab.ece.ntua.gr>
Thu, 29 Nov 2012 07:45:59 +0000 (09:45 +0200)
committerAlex Pyrgiotis <apyrgio@cslab.ece.ntua.gr>
Thu, 29 Nov 2012 07:45:59 +0000 (09:45 +0200)
docs/install.rst
docs/overview.rst
docs/usage.rst

index 6f2880d..f9592cc 100644 (file)
@@ -42,10 +42,10 @@ to your sources. You can use the following commands:
 
 .. code-block:: console
 
 
 .. 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
    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
    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
index da72b86..e375086 100644 (file)
@@ -1,7 +1,7 @@
 Overview
 ^^^^^^^^
 
 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
 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
index 4059d70..3e4acf3 100644 (file)
@@ -157,7 +157,7 @@ Wizard mode
 When *snf-mkimage* runs in *wizard* mode, the user is just asked to provide the
 following basic information:
 
 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
  * 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