From 10ba8ad9ca81254d48b5a6d243fa50b45a71a9b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Thu, 26 Jan 2017 14:34:51 +0100
Subject: [PATCH] opraveno

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

diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md
index 676ed2b2e..bc29eaaef 100644
--- a/docs.it4i/software/lmod.md
+++ b/docs.it4i/software/lmod.md
@@ -1,14 +1,14 @@
 # Lmod Environment
 
-Lmod as a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool.
+Lmod is a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool.
 
 Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io).
 
 ## Benefits
 
--   significantly more responsive module commands, in particular module avail (ml av)
--   easier to use interface
--   module files can be written in either Tcl or Lua syntax (and both types of modules can be mixed together)
+* significantly more responsive module commands, in particular module avail (ml av)
+* easier to use interface
+* module files can be written in either Tcl or Lua syntax (and both types of modules can be mixed together)
 
 ## Introduction
 
@@ -39,7 +39,7 @@ Currently Loaded Modules:
 ```
 
 !!! tip
-	for more details on sticky modules, see the section on [ml purge](#resetting-by-unloading-all-modules-ml-purge-module-purge)
+    for more details on sticky modules, see the section on [ml purge](#resetting-by-unloading-all-modules-ml-purge-module-purge)
 
 ## Searching for available modules: ml av (module avail) and ml spider
 
@@ -59,11 +59,11 @@ $ 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 remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix
+* the part before the first /, corresponding to the software name; and
+* the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix
 
 !!! tip
-	The (D) indicates that this particular version of the module is the default, but we strongly recommend to not rely on this as the default can change at any point. Usuall, the default will point to the latest version available.
+    The (D) indicates that this particular version of the module is the default, but we strongly recommend to not rely on this as the default can change at any point. Usuall, the default will point to the latest version available.
 
 ## Searching for modules: ml spider
 
@@ -235,7 +235,7 @@ For example, once you have loaded one or more modules that were installed with t
 
 In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script; neither directly, nor indirectly as a dependency of another module you want to load.
 
-Unloading modules: ml -&lt;modname(s)> (module unload &lt;modname(s)>)
+Unloading modules: ml modname(s) (module unload modname(s))
 
 To revert the changes to the environment that were made by a particular module, you can use module unload or ml -<modname>.
 For example:
-- 
GitLab