diff options
author | Emmanuel N. Millan <emmanueln@gmail.com> | 2021-03-19 01:11:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 11:00:44 +0700 |
commit | 9265d1cfe6c1fbeef035f7597cee495fbd1a8a3c (patch) | |
tree | 08ce96e2f0ddd66751ef138c710a5fc8666d32bb /system/modules/README | |
parent | 5a6d794be12b239e9f8ebe23321e915267870415 (diff) |
system/modules: Updated for version 4.7.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/modules/README')
-rw-r--r-- | system/modules/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/system/modules/README b/system/modules/README index 03fca01a813d5..a740d43f6d705 100644 --- a/system/modules/README +++ b/system/modules/README @@ -4,13 +4,13 @@ of a user's environment via modulefiles. Each modulefile contains the information needed to configure the shell for an application. -Once the Modules package is initialized, the environment can be -modified on a per-module basis using the module command which interprets -modulefiles. Typically modulefiles instruct the module command to alter or -set shell environment variables such as PATH, MANPATH, etc. Modulefiles -may be shared by many users on a system and users may have their own -collection to supplement or replace the shared modulefiles. +Once the Modules package is initialized, the environment can be modified +on a per-module basis using the module command which interprets +modulefiles. Typically modulefiles instruct the module command to alter +or set shell environment variables such as PATH, MANPATH, etc. +Modulefiles may be shared by many users on a system and users may have +their own collection to supplement or replace the shared modulefiles. -Modules are useful in managing different versions of applications. Modules -can also be bundled into metamodules that will load an entire suite of -different applications. +Modules are useful in managing different versions of applications. +Modules can also be bundled into metamodules that will load an entire +suite of different applications. |