diff --git a/doc/config-reference/block-storage/drivers/coraid-driver.xml b/doc/config-reference/block-storage/drivers/coraid-driver.xml
index a31bb71dd2..01f75d8258 100644
--- a/doc/config-reference/block-storage/drivers/coraid-driver.xml
+++ b/doc/config-reference/block-storage/drivers/coraid-driver.xml
@@ -349,7 +349,7 @@ coraid_repository_key = coraid_repository_keyAssociate the volume type with the Storage
Repository.
- #cinder type-key UUID set coraid_repository_key=’FQRN’
+ # cinder type-key UUID set coraid_repository_key=’FQRN’
diff --git a/doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml b/doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml
index 913bd4ecfc..a38679c7b7 100644
--- a/doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml
+++ b/doc/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.xml
@@ -162,7 +162,7 @@
Example: Volume creation options
This example shows the creation of a 50GB volume with an ext4
file system labeled newfs and direct IO enabled:
- $cinder create --metadata fstype=ext4 fslabel=newfs dio=yes --display-name volume_1 50
+ $ cinder create --metadata fstype=ext4 fslabel=newfs dio=yes --display-name volume_1 50
diff --git a/doc/training-guides/lab001-control-node.xml b/doc/training-guides/lab001-control-node.xml
index d994f16fb6..c9754b20ef 100644
--- a/doc/training-guides/lab001-control-node.xml
+++ b/doc/training-guides/lab001-control-node.xml
@@ -155,17 +155,17 @@ iface eth2 inet dhcp
Create these databases:
$ mysql -u root -p
- mysql> CREATE DATABASE keystone;
- mysql> GRANT ALL ON keystone.* TO 'keystoneUser'@'%' IDENTIFIED BY 'keystonePass';
- mysql> CREATE DATABASE glance;
- mysql> GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';
- mysql> CREATE DATABASE neutron;
- mysql> GRANT ALL ON neutron.* TO 'neutronUser'@'%' IDENTIFIED BY 'neutronPass';
- mysql> CREATE DATABASE nova;
- mysql> GRANT ALL ON nova.* TO 'novaUser'@'%' IDENTIFIED BY 'novaPass';
- mysql> CREATE DATABASE cinder;
- mysql> GRANT ALL ON cinder.* TO 'cinderUser'@'%' IDENTIFIED BY 'cinderPass';
- mysql> quit;
+ mysql> CREATE DATABASE keystone;
+ mysql> GRANT ALL ON keystone.* TO 'keystoneUser'@'%' IDENTIFIED BY 'keystonePass';
+ mysql> CREATE DATABASE glance;
+ mysql> GRANT ALL ON glance.* TO 'glanceUser'@'%' IDENTIFIED BY 'glancePass';
+ mysql> CREATE DATABASE neutron;
+ mysql> GRANT ALL ON neutron.* TO 'neutronUser'@'%' IDENTIFIED BY 'neutronPass';
+ mysql> CREATE DATABASE nova;
+ mysql> GRANT ALL ON nova.* TO 'novaUser'@'%' IDENTIFIED BY 'novaPass';
+ mysql> CREATE DATABASE cinder;
+ mysql> GRANT ALL ON cinder.* TO 'cinderUser'@'%' IDENTIFIED BY 'cinderPass';
+ mysql> quit;
Other
diff --git a/doc/training-guides/training-cluster-by-script.xml b/doc/training-guides/training-cluster-by-script.xml
index c30c6908ab..1a3422fe6a 100644
--- a/doc/training-guides/training-cluster-by-script.xml
+++ b/doc/training-guides/training-cluster-by-script.xml
@@ -58,7 +58,7 @@
ISO:
# apt-get install linux-headers-generic
# mount /dev/cdrom0/ /tmp/cdrom
- #cd /tmp/cdrom/
+ # cd /tmp/cdrom/
# ./virtualbox