From 1de62ae285a1af6c9a431717881e8054ec6a0517 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz>
Date: Fri, 27 Jan 2017 09:51:51 +0100
Subject: [PATCH] Fix ml instead confusing module and deleted ; and

---
 docs.it4i/software/lmod.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index d6b70b9a3..3626d58a0 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -44,7 +44,7 @@ Currently Loaded Modules:
 
 ## Searching for Available Modules
 
-To get an overview of all available modules, you can use module avail or simply ml av:
+To get an overview of all available modules, you can use ml avail or simply ml av:
 
 ```bash
 $ ml av
@@ -60,7 +60,7 @@ $ ml av
 
 In the current module naming scheme, each module name consists of two parts:
 
-* the part before the first /, corresponding to the software name; and
+* the part before the first /, corresponding to the software name
 * the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix
 
 !!! tip
-- 
GitLab