@@ -716,9 +716,10 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
716716
717717 Specify the content to report on avail sub-command regular output in addition
718718 to the available module names. Elements accepted in LIST are: ``modulepath ``,
719- ``alias ``, ``dirwsym ``, ``sym ``, ``tag ``, ``key `` and ``variant `` (elements
720- in LIST are separated by ``: ``). The order of the elements in LIST does not
721- matter. (default=\ ``modulepath:alias:dirwsym:sym:tag:key ``)
719+ ``alias ``, ``dirwsym ``, ``sym ``, ``tag ``, ``key ``, ``variant `` and
720+ ``variantifspec `` (elements in LIST are separated by ``: ``). The order of
721+ the elements in LIST does not matter.
722+ (default=\ ``modulepath:alias:dirwsym:sym:tag:variantifspec:key ``)
722723
723724 This installation option defines the default value of the
724725 :mconfig: `avail_output ` configuration option which could be changed after
@@ -731,14 +732,17 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
731732 .. versionchanged :: 5.3
732733 Element ``variant `` added
733734
735+ .. versionchanged :: 5.3
736+ Element ``variantifspec `` added and set by default
737+
734738.. instopt :: --with-avail-terse-output=LIST
735739
736740 Specify the content to report on avail sub-command terse output in addition
737741 addition to the available module names. Elements accepted in LIST are:
738- ``modulepath ``, ``alias ``, ``dirwsym ``, ``sym ``, ``tag ``, ``key `` and
739- ``variant `` (elements in LIST are separated by ``: ``). The order of the
740- elements in LIST does not matter.
741- (default=\ ``modulepath:alias:dirwsym:sym:tag ``)
742+ ``modulepath ``, ``alias ``, ``dirwsym ``, ``sym ``, ``tag ``, ``key ``,
743+ ``variant `` and `` variantifspec `` (elements in LIST are separated by ``: ``).
744+ The order of the elements in LIST does not matter.
745+ (default=\ ``modulepath:alias:dirwsym:sym:tag:variantifspec ``)
742746
743747 This installation option defines the default value of the
744748 :mconfig: `avail_terse_output ` configuration option which could be changed
@@ -751,6 +755,9 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
751755 .. versionchanged :: 5.3
752756 Element ``variant `` added
753757
758+ .. versionchanged :: 5.3
759+ Element ``variantifspec `` added and set by default
760+
754761.. instopt :: --with-bashcompletiondir=DIR
755762
756763 Directory for Bash completion scripts. When this option is not set Bash
@@ -1256,12 +1263,12 @@ installation.
12561263| | | :envvar: `MODULES_AVAIL_INDEPTH `, | | |
12571264| | | :option: `--indepth `, :option: `--no-indepth ` | | |
12581265+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
1259- | :mconfig: `avail_output ` | `` modulepath:alias:dirwsym:sym:tag:key `` | :instopt: `--with-avail-output `, | | |
1260- | | | :envvar: `MODULES_AVAIL_OUTPUT `, | | |
1266+ | :mconfig: `avail_output ` | modulepath:alias:dirwsym:sym:tag:\ | :instopt: `--with-avail-output `, | | |
1267+ | | variantifspec:key | :envvar: `MODULES_AVAIL_OUTPUT `, | | |
12611268| | | :option: `--output ` | | |
12621269+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
1263- | :mconfig: `avail_terse_output ` | `` modulepath:alias:dirwsym:sym:tag `` | :instopt: `--with-avail-terse-output `, | | |
1264- | | | :envvar: `MODULES_AVAIL_TERSE_OUTPUT `, | | |
1270+ | :mconfig: `avail_terse_output ` | modulepath:alias:dirwsym:sym:tag: \ | :instopt: `--with-avail-terse-output `, | | |
1271+ | | variantifspec | :envvar: `MODULES_AVAIL_TERSE_OUTPUT `, | | |
12651272| | | :option: `--output ` | | |
12661273+-----------------------------------+----------------------------------------------+----------------------------------------------+--------------+-----------+
12671274| :mconfig: `cache_buffer_bytes ` | ``32768 `` | :envvar: `MODULES_CACHE_BUFFER_BYTES ` | | |
0 commit comments