diff options
author | das <das@noemail.net> | 2001-11-23 01:26:52 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2001-11-23 01:26:52 (GMT) |
commit | bd07598bf71c495ee07750ab0aaa6c944481a3d6 (patch) | |
tree | 725fbc934e8cfe62511b965b22c0069a3e157e67 /doc | |
parent | 559044574cd61b1ee6781de0a449028eec608be9 (diff) | |
download | tcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.zip tcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.tar.gz tcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.tar.bz2 |
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435658)
see ChangeLog for details
FossilOrigin-Name: 2211e7f47d524b40b088c25aae6fabdd9e704dca
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tclvars.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n index 2c51750..7c88903 100644 --- a/doc/tclvars.n +++ b/doc/tclvars.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tclvars.n,v 1.9 2001/09/17 11:51:58 msofer Exp $ +'\" RCS: @(#) $Id: tclvars.n,v 1.10 2001/11/23 01:29:19 das Exp $ '\" .so man.macros .TH tclvars n 8.0 Tcl "Tcl Built-In Commands" @@ -87,7 +87,7 @@ The path to the trash directory. \fBSTART_UP_FOLDER\fR The path to the start up directory. .TP -\fBPWD\fR +\fBHOME\fR The path to the application's default directory. .PP You can also create your own environment variables for the Macintosh. |