diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-06-05 21:30:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-06-05 21:30:57 -0700 |
commit | 06a38835893bc5be6ab7d00f692ecadab8a3dea9 (patch) | |
tree | ed471ac9f391ac95d792ab57af363575f566dc9b | |
parent | 82ec7ca8ee8a662f267470086cd11a2341a8a1b3 (diff) | |
download | txr-06a38835893bc5be6ab7d00f692ecadab8a3dea9.tar.gz txr-06a38835893bc5be6ab7d00f692ecadab8a3dea9.tar.bz2 txr-06a38835893bc5be6ab7d00f692ecadab8a3dea9.zip |
Note that txr-path includes trailing slash.
* txr.1: Document that txr-path includes slash.
Fix two incorrect examples which have an extra slash.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -41595,7 +41595,8 @@ the variable is bound to the name of that file. .coNP Variable @ txr-path .desc This variable holds the absolute path name of the directory which -holds the executable file of the current process. +holds the executable file of the current process. This path includes +the trailing slash. .SH* INTERACTIVE LISTENER @@ -42670,7 +42671,7 @@ executable can then be edited so that the data area which follows the bytes contains the following string: .cblk - --args|-e|(load `@{txr-path}/main.tl`) + --args|-e|(load `@{txr-path}main.tl`) .cble When the @@ -42792,7 +42793,7 @@ that executable. .cblk txr txr-embedded-arg.txr \e - -w '--args=-e=(load `@{txr-path}/main.tl`)' myapp + -w '--args=-e=(load `@{txr-path}main.tl`)' myapp .cble .SH* DEBUGGER |