diff --git a/docs.it4i/salomon/software/mic/mic_environment.md b/docs.it4i/salomon/software/mic/mic_environment.md
index 6099b40b79d2e646b6f1d54c3473bd42ae0e4912..a8801884c45325d6fd72b648ffaf026e24397e0e 100644
--- a/docs.it4i/salomon/software/mic/mic_environment.md
+++ b/docs.it4i/salomon/software/mic/mic_environment.md
@@ -78,7 +78,7 @@ To compile a code using Intel compiler run.
 
  * Create source-offload.cpp
 
-```console 
+```console
 $ vim source-offload.cpp
 ```
 
@@ -113,7 +113,7 @@ $ ./bin-offload
 Pi ~ 3.14159
 ```
 
-### GCC with knc support
+### GCC with KNC Support
 
 On Salomon cluster we have module `GCC/5.1.1-knc` with cross-compiled support. (gcc, g++ and gfortran)
 
@@ -189,8 +189,6 @@ $ micnativeloadex ./reduce_mul
 
 In the native mode a program is executed directly on Intel Xeon Phi without involvement of the host machine. Similarly to offload mode, the code is compiled on the host computer with Intel compilers.
 
-## qprod,qexp
-
 To compile a code user has to be connected to a compute with MIC and load Intel compilers module. To get an interactive session on a compute node with an Intel Xeon Phi and load the module use following commands
 
 ```console
@@ -311,10 +309,10 @@ Test passed
 !!! tip
     Or use the procedure from the chapter Devel Environment.
 
-## qmic
+## Queue qmic
 
 !!! warning
-    Only Intel Xeon Phi cards. 
+    Only Intel Xeon Phi cards.
 
 Execute native job
 
@@ -388,7 +386,7 @@ r21u02n578-mic0:~$ ml av
 
 ```
 
-After load module `devel_environment` are available modules for architecture k10m-mpss-linux and now exists systems software (gcc, cmake, make, git, htop, vim, ...). 
+After load module `devel_environment` are available modules for architecture k10m-mpss-linux and now exists systems software (gcc, cmake, make, git, htop, vim, ...).
 
  * Example
 
@@ -434,7 +432,7 @@ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
 ```console
 r21u01n577-mic1:~$ ml devel_environment
 r21u01n577-mic1:~$ ml icc
-r21u01n577-mic1:~$ ./vect-add-mic 
+r21u01n577-mic1:~$ ./vect-add-mic
 Test passed
 ```
 
@@ -534,7 +532,7 @@ Configure (for `configure`,`make` and `make install` software)
 
 ```console
 ./configure --prefix=/apps/phi/software/ncurses/6.0 --build=k1om-mpss-linux
-``` 
+```
 
 Modulefile and Lmod