summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authorericm <ericm>2000-04-15 18:42:56 (GMT)
committerericm <ericm>2000-04-15 18:42:56 (GMT)
commit83db7fbaa4af6569505bb895fe80a38e9fcb5ed7 (patch)
tree4c2e88c43c0952c18eba938c49992f32526bbcd4 /doc/library.n
parenta0ff165b09d2d6332600ddc96eba95b287cfd204 (diff)
downloadtcl-83db7fbaa4af6569505bb895fe80a38e9fcb5ed7.zip
tcl-83db7fbaa4af6569505bb895fe80a38e9fcb5ed7.tar.gz
tcl-83db7fbaa4af6569505bb895fe80a38e9fcb5ed7.tar.bz2
Added additional information regarding TCLLIBPATH (specifically, that "/"
must be used as the path separator, regardless of platform).
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