diff options
author | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
---|---|---|
committer | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
commit | 9f6f5c519abd3e4640e5fed701205a348b0bf006 (patch) | |
tree | eefaa1eee86447d2b23facd48fa29800b023a37d /doc/library.n | |
parent | 79d36b8166d773a6f2740a59820c30748c102226 (diff) | |
download | tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.zip tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.gz tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.bz2 |
Moved description of regular expression syntax from regexp.n into a
new re_syntax.n page. Modified other pages' references to regexp(n).
Added a few new "see also" entries pointing to re_syntax(n).
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 |