summaryrefslogtreecommitdiffstats
path: root/doc/CrtInterp.3
diff options
context:
space:
mode:
authorjpeek <jpeek>1999-06-24 21:15:13 (GMT)
committerjpeek <jpeek>1999-06-24 21:15:13 (GMT)
commit9f6f5c519abd3e4640e5fed701205a348b0bf006 (patch)
treeeefaa1eee86447d2b23facd48fa29800b023a37d /doc/CrtInterp.3
parent79d36b8166d773a6f2740a59820c30748c102226 (diff)
downloadtcl-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/CrtInterp.3')
-rw-r--r--doc/CrtInterp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtInterp.3 b/doc/CrtInterp.3
index 62055d9..360ff77 100644
--- a/doc/CrtInterp.3
+++ b/doc/CrtInterp.3
@@ -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: CrtInterp.3,v 1.2 1998/09/14 18:39:47 stanton Exp $
+'\" RCS: @(#) $Id: CrtInterp.3,v 1.3 1999/06/24 21:15:13 jpeek Exp $
'\"
.so man.macros
.TH Tcl_CreateInterp 3 7.5 Tcl "Tcl Library Procedures"
@@ -36,7 +36,7 @@ a token for it. The token is required in calls to most other Tcl
procedures, such as \fBTcl_CreateCommand\fR, \fBTcl_Eval\fR, and
\fBTcl_DeleteInterp\fR.
Clients are only allowed to access a few of the fields of
-Tcl_Interp structures; see the Tcl_Interp
+Tcl_Interp structures; see the \fBTcl_Interp\fR
and \fBTcl_CreateCommand\fR man pages for details.
The new interpreter is initialized with no defined variables and only
the built-in Tcl commands. To bind in additional commands, call