Skip to content

Commit a7cc5c1

Browse files
committed
doc: desc. provide{,d-alias} extra specifiers in changes/design
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent a5ccd91 commit a7cc5c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/source/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ The following module sub-commands appeared on Modules 5.
993993
or :mfcmd:`prepend-path` may also be queried with ``use`` extra specifier.
994994
* ``depends-on-any`` :ref:`extra specifier` is introduced.
995995
* result of a multi pattern search is consolidated under a single output
996+
* ``provide`` and ``provided-alias`` :ref:`extra specifier` are introduced.
996997

997998
:subcmd:`reload`
998999

doc/source/design/extra-match-search.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ specifiers and their associated modulefile command.
205205
+--------------------+-----------------------------------------+
206206
| chdir | chdir |
207207
+--------------------+-----------------------------------------+
208-
| family | family |
208+
| family | family, provided-alias |
209+
+--------------------+-----------------------------------------+
210+
| provide | provide, provided-alias |
209211
+--------------------+-----------------------------------------+
210212
| prereq | prereq, prereq-any, require |
211213
+--------------------+-----------------------------------------+

0 commit comments

Comments
 (0)