summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-27 12:47:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-27 12:47:24 (GMT)
commit2eb4084b98e69b63c340a30d844e135d3bd71427 (patch)
tree2d7c3b6e8b80b77fa4f5fa71849632a80a393e86 /doc/library.n
parent15df1bf8a56a5077d263e50e009536d98d13ad19 (diff)
downloadtcl-2eb4084b98e69b63c340a30d844e135d3bd71427.zip
tcl-2eb4084b98e69b63c340a30d844e135d3bd71427.tar.gz
tcl-2eb4084b98e69b63c340a30d844e135d3bd71427.tar.bz2
Added cross references to manual pages that discuss specific variables created
by Tcl.
Diffstat (limited to 'doc/library.n')
-rw-r--r--doc/library.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n
index 7f75e67..9a9f47e 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.22 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: library.n,v 1.23 2008/08/27 12:47:26 dkf Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -294,6 +294,6 @@ considered to be a word character. On Windows platforms, words are
comprised of any character that is not a space, tab, or newline. Under
Unix, words are comprised of numbers, letters or underscores.
.SH "SEE ALSO"
-info(n), re_syntax(n)
+info(n), re_syntax(n), tclvars(n)
.SH KEYWORDS
auto-exec, auto-load, library, unknown, word, whitespace