summaryrefslogtreecommitdiffstats
path: root/doc/tclvars.n
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 17:04:05 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 17:04:05 (GMT)
commit9deff281ee0c1e768b0662466e61b8894fb9d54a (patch)
treec00b4c7ffdc40a1e620103c61f8f9ddb374401dc /doc/tclvars.n
parent3d9106c78b8e38fa4016a3f4d43db9c6900a93a0 (diff)
downloadtcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.zip
tcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.tar.gz
tcl-9deff281ee0c1e768b0662466e61b8894fb9d54a.tar.bz2
TIP 602 - update manpages
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r--doc/tclvars.n10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n
index 8214473..d244953 100644
--- a/doc/tclvars.n
+++ b/doc/tclvars.n
@@ -73,11 +73,11 @@ The following elements of \fBenv\fR are special to Tcl:
\fBenv(HOME)\fR
.
This environment variable, if set, gives the location of the directory
-considered to be the current user's home directory, and to which a
-call of \fBcd\fR without arguments or with just
-.QW ~
-as an argument will change into. Most platforms set this correctly by
-default; it does not normally need to be set by user code.
+considered to be the current user's home directory. The value of this variable
+is returned by the \fBfile home\fR command. Most platforms set this correctly by
+default; it does not normally need to be set by user code. On Windows, if not
+already set, it is set to the value of the \fBUSERPROFILE\fR environment
+variable.
.TP
\fBenv(TCL_LIBRARY)\fR
.