From 7ae84cd14633c6afe20933d23e7858cbff4c6715 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 15 Apr 2020 12:00:41 +0200
Subject: [PATCH] Update intel-performance-counter-monitor.md

---
 .../debuggers/intel-performance-counter-monitor.md        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/debuggers/intel-performance-counter-monitor.md b/docs.it4i/software/debuggers/intel-performance-counter-monitor.md
index e1c64bbd9..0b1fcb2c8 100644
--- a/docs.it4i/software/debuggers/intel-performance-counter-monitor.md
+++ b/docs.it4i/software/debuggers/intel-performance-counter-monitor.md
@@ -6,7 +6,7 @@ Intel PCM (Performance Counter Monitor) is a tool to monitor performance hardwar
 
 ## Installed Version
 
-Currently installed version 2.6. To load the [module][2] issue:
+Currently installed version 2.6. To load the [module][2], use:
 
 ```console
 $ ml intelpcm
@@ -24,7 +24,7 @@ PCM provides a set of tools to monitor a system/or application.
 $ pcm-memory.x <delay>|[external_program parameters]
 ```
 
-Specify either a delay of updates in seconds or an external program to monitor. If you get an error about PMU in use, respond "y" and relaunch the program.
+Specify either a delay of updates in seconds or an external program to monitor. If you get an error about PMU in use, respond `y` and relaunch the program.
 
 Sample output:
 
@@ -57,7 +57,7 @@ Sample output:
 
 ### Pcm-Msr
 
-The pcm-msr.x command can be used to read/write model specific registers of the CPU.
+The `pcm-msr.x` command can be used to read/write model specific registers of the CPU.
 
 ### Pcm-Numa
 
@@ -65,7 +65,7 @@ NUMA monitoring utility does not work on Anselm.
 
 ### Pcm-Pcie
 
-Can be used to monitor PCI Express bandwidth. Usage: pcm-pcie.x &lt;delay>
+Can be used to monitor PCI Express bandwidth. Usage: `pcm-pcie.x <delay>`
 
 ### Pcm-Power
 
-- 
GitLab