@@ -582,16 +582,16 @@ the *modulefile* is being loaded.
582
582
If ``--not-user `` option is set, forbidding is not applied if the username of
583
583
the user currently running :file: `modulecmd.tcl ` is part of the list of
584
584
username specified. Following the same approach, if ``--not-group `` option is
585
- set, forbidding is not applied if current user is member of one the group
585
+ set, forbidding is not applied if current user is member of one of the groups
586
586
specified. When both options are set, forbidding is not applied if a match is
587
587
found for ``--not-user `` or ``--not-group ``.
588
588
589
589
If ``--user `` option is set, forbidding is applied only if the username of
590
590
the user currently running :file: `modulecmd.tcl ` is part of the list of
591
591
username specified. Following the same approach, if ``--group `` option is
592
- set, forbidding is applied only if current user is member of one the group
593
- specified. When both options are set, forbidding is applied if a match is
594
- found for ``--user `` or ``--group ``. These two options prevail over
592
+ set, forbidding is applied only if current user is member of one of the
593
+ groups specified. When both options are set, forbidding is applied if a match
594
+ is found for ``--user `` or ``--group ``. These two options prevail over
595
595
``--not-user `` and ``--not-group `` options.
596
596
597
597
Error message returned when trying to evaluate a forbidden module can be
@@ -677,16 +677,16 @@ the *modulefile* is being loaded.
677
677
If ``--not-user `` option is set, hiding is not applied if the username of the
678
678
user currently running :file: `modulecmd.tcl ` is part of the list of username
679
679
specified. Following the same approach, if ``--not-group `` option is set,
680
- hiding is not applied if current user is member of one the group specified.
681
- When both options are set, hiding is not applied if a match is found for
682
- ``--not-user `` or ``--not-group ``.
680
+ hiding is not applied if current user is member of one of the groups
681
+ specified. When both options are set, hiding is not applied if a match is
682
+ found for ``--not-user `` or ``--not-group ``.
683
683
684
684
If ``--user `` option is set, hiding is applied only if the username of the
685
685
user currently running :file: `modulecmd.tcl ` is part of the list of username
686
686
specified. Following the same approach, if ``--group `` option is set, hiding
687
- is applied only if current user is member of one the group specified. When
688
- both options are set, hiding is applied if a match is found for `` --user `` or
689
- ``--group ``. These two options prevail over ``--not-user `` and
687
+ is applied only if current user is member of one of the groups specified.
688
+ When both options are set, hiding is applied if a match is found for
689
+ ``--user `` or `` -- group ``. These two options prevail over ``--not-user `` and
690
690
``--not-group `` options.
691
691
692
692
If the :option: `--all ` option is set on :subcmd: `avail `, :subcmd: `aliases `,
@@ -915,16 +915,16 @@ the *modulefile* is being loaded.
915
915
If ``--not-user `` option is set, the tag is not applied if the username of
916
916
the user currently running :file: `modulecmd.tcl ` is part of the list of
917
917
username specified. Following the same approach, if ``--not-group `` option is
918
- set, the tag is not applied if current user is member of one the group
918
+ set, the tag is not applied if current user is member of one of the groups
919
919
specified. When both options are set, the tag is not applied if a match is
920
920
found for ``--not-user `` or ``--not-group ``.
921
921
922
922
If ``--user `` option is set, the tag is applied only if the username of the
923
923
user currently running :file: `modulecmd.tcl ` is part of the list of username
924
924
specified. Following the same approach, if ``--group `` option is set, the tag
925
- is applied only if current user is member of one the group specified. When
926
- both options are set, the tag is applied if a match is found for `` --user ``
927
- or ``--group ``. These two options prevail over ``--not-user `` and
925
+ is applied only if current user is member of one of the groups specified.
926
+ When both options are set, the tag is applied if a match is found for
927
+ `` --user `` or ``--group ``. These two options prevail over ``--not-user `` and
928
928
``--not-group `` options.
929
929
930
930
The parameter *modulefile * may also be a symbolic modulefile name or a
0 commit comments