diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-15 08:01:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-15 08:01:30 -0800 |
commit | 068f93723d37b441234e2315d6c168aeb2854540 (patch) | |
tree | 91c51ee31b9b6e4d38c5584c05e49cfafdcd688e /txr.1 | |
parent | fd7012085f0fcd2ccf6e33be3e295b2a29dbd9d2 (diff) | |
download | txr-068f93723d37b441234e2315d6c168aeb2854540.tar.gz txr-068f93723d37b441234e2315d6c168aeb2854540.tar.bz2 txr-068f93723d37b441234e2315d6c168aeb2854540.zip |
txr-exe-path: New variable.
* txr.c (sysroot_init): Make prog_path available via the
txr-exe-path variable. The txr-path variable becomes
obsolescent.
* txr.1: Documented txr-exe-path; removed documentation
for txr-path.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -56923,11 +56923,10 @@ parsing and processing of a loaded \*(TX source file. Also, during the processing of the profile file (see Interactive Profile File), the variable is bound to the name of that file. -.coNP Variable @ txr-path +.coNP Variable @ txr-exe-path .desc -This variable holds the absolute path name of the directory which -holds the executable file of the current process. This path includes -the trailing slash. +This variable holds the absolute path name of the executable file +of the running \*(TX instance. .SS* Function Tracing |