From c383d8f0452f1b1f6df236298c827730d7bd9614 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 16 Apr 2020 11:47:45 +0200
Subject: [PATCH] Update intel-inspector.md

---
 .../software/intel/intel-suite/intel-inspector.md    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/software/intel/intel-suite/intel-inspector.md b/docs.it4i/software/intel/intel-suite/intel-inspector.md
index 2b095fe84..bfcf9da8b 100644
--- a/docs.it4i/software/intel/intel-suite/intel-inspector.md
+++ b/docs.it4i/software/intel/intel-suite/intel-inspector.md
@@ -6,11 +6,11 @@ Intel Inspector is a dynamic memory and threading error-checking tool for C/C++/
 
 The following versions are currently available on Salomon as modules:
 
-2016 Update 1 - Inspector/2016_update1
+`2016 Update 1` - Inspector/2016_update1
 
 ## Usage
 
-Your program should be compiled with the -g switch to include symbol names. Optimizations can be turned on.
+Your program should be compiled with the `-g` switch to include symbol names. Optimizations can be turned on.
 
 Debugging is possible either directly from the GUI, or from command line.
 
@@ -22,15 +22,15 @@ To debug from GUI, launch Inspector:
 $ inspxe-gui &
 ```
 
-Then select the File -> New -> Project menu. Choose a directory to which the project data is saved. After clicking OK, the Project properties window appears, where you can configure the path to your binary, launch arguments, working directory, etc. After clicking OK, the project is ready.
+Then select the *File -> New -> Project* menu. Choose a directory to which the project data is saved. After clicking OK, the *Project properties* window appears, where you can configure the path to your binary, launch arguments, working directory, etc. After clicking OK, the project is ready.
 
-In the main pane, you can start a predefined analysis type or define your own. Click Start to start the analysis. Alternatively, you can click on Command Line, to see the command line required to run the analysis directly from the command line.
+In the main pane, you can start a predefined analysis type or define your own. Click *Start* to start the analysis. Alternatively, you can click on *Command Line*, to see the command line required to run the analysis directly from the command line.
 
 ### Batch Mode
 
-Analysis can be also run from the command line in batch mode. Batch mode analysis is run with the inspxe-cl command. To obtain the required parameters, consult the documentation or configure the analysis in the GUI and then click the "Command Line" button in the lower right corner to the respective command line.
+Analysis can be also run from the command line in batch mode. Batch mode analysis is run with the `inspxe-cl` command. To obtain the required parameters, consult the documentation or configure the analysis in the GUI and then click the *Command Line* button in the lower right corner to the respective command line.
 
-Results obtained from batch mode can be then viewed in the GUI by selecting File -> Open -> Result...
+Results obtained from batch mode can be then viewed in the GUI by selecting *File -> Open -> Result...*.
 
 ## References
 
-- 
GitLab