diff options
Diffstat (limited to 'doc/library.n')
-rw-r--r-- | doc/library.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/library.n b/doc/library.n index eb20351..44093bb 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.6 1999/04/16 00:46:35 stanton Exp $ +'\" RCS: @(#) $Id: library.n,v 1.7 1999/06/24 21:15:13 jpeek Exp $ .so man.macros .TH library n "8.0" Tcl "Tcl Built-In Commands" .BS @@ -284,5 +284,8 @@ It is used to detect errors where \fBunknown\fR recurses on itself infinitely. The variable is unset before \fBunknown\fR returns. +.SH "SEE ALSO" +re_syntax(n) + .SH KEYWORDS auto-exec, auto-load, library, unknown, word, whitespace |