Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Dec 21, 2024
1 parent 1dce13c commit 17d2589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/source/050_lua_modulefiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@ unset during unloading.
of the modules. When unloading all modules are marked to be
unloaded.

**purge** ():
This command will unload all (non-sticky) modules except the
current one.


**try_load** ("pkgA", "pkgB", "pkgC"):
load all modules. No errors reported if unable to load. Any other
errors will be reported.

**purge** ():
This command will unload all (non-sticky) modules except the
one currently being loaded.

**complete** ("shellName","name","args"):
Bash and tcsh support the complete function. Note that the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/300_tracking_module_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Tracking Module Usage
remove older data.

**NOTE**
Please use the programs describe here are in
Please use the programs describe here that are found in
contrib/tracking_module_usage/gen_2


Expand Down

0 comments on commit 17d2589

Please sign in to comment.