diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index d6b70b9a3d596fcdc8041ac5b2f4dbc72731a047..3626d58a0bcba06baff8fcaa7c4dc0c89e4a5b9b 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