Skip to content

Commit e7c9848

Browse files
committed
doc: remove use of ⦁ unicode char
Replace "⦁" with "x" in modulefile man page to be able to build a PDF documentation file. Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 19bad1d commit e7c9848

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/source/modulefile.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,37 +2396,37 @@ changes that are supported by the shells supported by :file:`modulecmd.tcl`.
23962396
| | :mfcmd:`prepend-path`,| | | | | |
23972397
| | :mfcmd:`remove-path`) | | | | | |
23982398
+========+=======================+======================+=========================+=====================+================+=====================+
2399-
| sh | | | | | | |
2399+
| sh | x | x | x | | x | x |
24002400
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2401-
| bash | | | | | | |
2401+
| bash | x | x | x | x | x | x |
24022402
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2403-
| ksh | | | | | | |
2403+
| ksh | x | x | x | | x | x |
24042404
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2405-
| zsh | | | | | | |
2405+
| zsh | x | x | x | | x | x |
24062406
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2407-
| csh | | | | | | |
2407+
| csh | x | x | | | x | x |
24082408
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2409-
| tcsh | | | | | | |
2409+
| tcsh | x | x | | x | x | x |
24102410
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2411-
| fish | | | | | | |
2411+
| fish | x | x | x | x | x | x |
24122412
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2413-
| cmd | | | | | | |
2413+
| cmd | x | x | | | x | |
24142414
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2415-
| pwsh | | | | | | |
2415+
| pwsh | x | x | x | x | x | |
24162416
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2417-
| python | | | | | | |
2417+
| python | x | | | | x | x |
24182418
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2419-
| perl | | | | | | |
2419+
| perl | x | | | | x | x |
24202420
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2421-
| ruby | | | | | | |
2421+
| ruby | x | | | | x | x |
24222422
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2423-
| tcl | | | | | | |
2423+
| tcl | x | | | | x | x |
24242424
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2425-
| cmake | | | | | | |
2425+
| cmake | x | | | | | x |
24262426
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2427-
| r | | | | | | |
2427+
| r | x | | | | x | x |
24282428
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
2429-
| lisp | | | | | | |
2429+
| lisp | x | | | | x | x |
24302430
+--------+-----------------------+----------------------+-------------------------+---------------------+----------------+---------------------+
24312431

24322432
The :mfcmd:`source-sh` command evaluates a shell script and produces the

0 commit comments

Comments
 (0)