From 6559d3bab6597d4805ca604103c107032d6b94e9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 5 Jun 2016 21:30:57 -0700 Subject: Note that txr-path includes trailing slash. * txr.1: Document that txr-path includes slash. Fix two incorrect examples which have an extra slash. --- txr.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 451acc93..08452a4d 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3