File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1338,7 +1338,7 @@ A modulefile is declared *sticky* by applying it the ``sticky`` tag with the
13381338
13391339.. parsed-literal ::
13401340
1341- :ps: `$ ` cat mp /foo/.modulerc
1341+ :ps: `$ ` cat /path/to/modulefiles /foo/.modulerc
13421342 #%Module4.7
13431343 module-tag sticky foo/1.0
13441344 :ps: `$ ` ml
@@ -1363,7 +1363,7 @@ is forced. It can only be unloaded if the module reloads afterward.
13631363
13641364.. parsed-literal ::
13651365
1366- :ps: `$ ` cat mp /bar/.modulerc
1366+ :ps: `$ ` cat /path/to/modulefiles /bar/.modulerc
13671367 #%Module4.7
13681368 module-tag super-sticky bar/1.0
13691369 :ps: `$ ` ml
@@ -1390,7 +1390,7 @@ super-sticky module can be swapped by another version of this same module:
13901390
13911391.. parsed-literal ::
13921392
1393- :ps: `$ ` cat mp /baz/.modulerc
1393+ :ps: `$ ` cat /path/to/modulefiles /baz/.modulerc
13941394 #%Module4.7
13951395 module-tag sticky baz
13961396 :ps: `$ ` ml
You can’t perform that action at this time.
0 commit comments