summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-15 18:42:55 (GMT)
committerericm <ericm@noemail.net>2000-04-15 18:42:55 (GMT)
commitb8abc9d5ab1f83545e8ed589226d6bcad06bbc68 (patch)
tree4c2e88c43c0952c18eba938c49992f32526bbcd4 /doc/library.n
parent61c708675e166e8b23acd404204f6e2f0a346220 (diff)
downloadtcl-b8abc9d5ab1f83545e8ed589226d6bcad06bbc68.zip
tcl-b8abc9d5ab1f83545e8ed589226d6bcad06bbc68.tar.gz
tcl-b8abc9d5ab1f83545e8ed589226d6bcad06bbc68.tar.bz2
Added additional information regarding TCLLIBPATH (specifically, that "/"
must be used as the path separator, regardless of platform). FossilOrigin-Name: e1576ae91bd9cf63c704734723bf16ef5c1953be
Diffstat (limited to 'doc/library.n')
-rw-r--r--doc/library.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/library.n b/doc/library.n
index 6ce7c61..5fde037 100644
--- a/doc/library.n
+++ b/doc/library.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: library.n,v 1.10 2000/02/08 10:05:24 hobbs Exp $
+'\" RCS: @(#) $Id: library.n,v 1.11 2000/04/15 18:42:56 ericm Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -258,9 +258,9 @@ a default value is used.
.TP
\fBenv(TCLLIBPATH)\fR
If set, then it must contain a valid Tcl list giving directories to
-search during auto-load operations.
-This variable is only used when
-initializing the \fBauto_path\fR variable.
+search during auto-load operations. Directories must be specified in
+Tcl format, using "/" as the path separator, regardless of platform.
+This variable is only used when initializing the \fBauto_path\fR variable.
.TP
\fBtcl_nonwordchars\fR
.VS