picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit fbe1150d2a47f4843bf242aea22b0520f5513e42
parent 55490870fea335cf1da58cf3b103e04c5f47da5b
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 15 Apr 2011 18:02:38 +0200

Minor error
Diffstat:
Mdoc/refT.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/refT.html b/doc/refT.html @@ -384,9 +384,9 @@ href="ref_.html#$tim">$tim</a></code>. <dd>Returns the path name to the <code><a href="refP.html#pack">pack</a></code>ed <code>any</code> arguments in a process-local temporary directory. The directory name consists of the path to -"tmp/" in the user's home directory, followed by the current process ID <code><a -href="refP.html#*Pid">*Pid</a></code>. This directory is automatically created -if necessary, and removed upon termination of the process (<code><a +".pil/tmp/" in the user's home directory, followed by the current process ID +<code><a href="refP.html#*Pid">*Pid</a></code>. This directory is automatically +created if necessary, and removed upon termination of the process (<code><a href="refB.html#bye">bye</a></code>). See also <code><a href="refT.html#*Tmp">*Tmp</a></code> and <code><a href="refB.html#*Bye">*Bye</a></code> .