From 5055d9e7538bd69754096a961e03e04dccdb7afe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 26 Jan 2017 15:24:41 +0100
Subject: [PATCH] Typo

---
 .../anselm-cluster-documentation/software/debuggers/valgrind.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
index dec448538..26a988a0c 100644
--- a/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
+++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
@@ -55,7 +55,7 @@ Now, compile it with Intel compiler :
 
 Now, lets run it with Valgrind. The syntax is :
 
- _valgrind [valgrind options] &lt;your program binary> [your program options]_
+`valgrind [valgrind options] <your program binary> [your program options]`
 
 If no Valgrind options are specified, Valgrind defaults to running Memcheck tool. Please refer to the Valgrind documentation for a full description of command line options.
 
-- 
GitLab