Skip to content

Commit 44ca7ac

Browse files
committed
doc: fix few path typos in examples in MIGRATING
1 parent 2927fab commit 44ca7ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MIGRATING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ modulepaths and recursively found in modulepaths enabled by available modules.
5555
-------------- :sgrdi:`/path/to/modulefiles.3` (via bar/1) --------------
5656
qux/1 qux/2
5757
58-
The :subcmd:`spider` sub-command relies on the :ref:Extra match search
58+
The :subcmd:`spider` sub-command relies on the :ref:`Extra match search`
5959
mechanism to scan modulefiles and identify the modulepaths they enable. Since
6060
all modulefiles are evaluated during this scan, it is recommended to build
6161
and use a :ref:`Module cache` to improve search performance.
@@ -295,7 +295,7 @@ for the module.
295295
296296
:ps:`$` module show foo
297297
-------------------------------------------------------------------
298-
:sgrhi:`/path/to/modulefiles/mp4/foo/1`:
298+
:sgrhi:`/path/to/modulefiles/foo/1`:
299299
300300
:sgrcm:`provide` liba/1.2 libb/2.1
301301
:sgrcm:`conflict` foo
@@ -717,7 +717,7 @@ module will automatically be unloaded.
717717
:ps:`$` module purge
718718
:ps:`$` module load bar/1
719719
:ps:`$` echo $_LMFILES_
720-
/path/to/othermfiles/mp2/bar/1
720+
/path/to/othermfiles/bar/1
721721
:ps:`$` module load foo/1
722722
Loading :sgrhi:`bar/1`
723723
:sgrer:`ERROR`: Module already loaded from a different modulepath

0 commit comments

Comments
 (0)