summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Notifier.34
-rw-r--r--doc/string.n8
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3
index 79d8aca..78edc6a 100644
--- a/doc/Notifier.3
+++ b/doc/Notifier.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: Notifier.3,v 1.6 1999/05/06 19:14:41 stanton Exp $
+'\" RCS: @(#) $Id: Notifier.3,v 1.7 1999/05/06 20:13:22 stanton Exp $
'\"
.so man.macros
.TH Notifier 3 8.1 Tcl "Tcl Library Procedures"
@@ -468,7 +468,7 @@ procedures.
a handle to the notifier state. Tcl calls this
procedure when intializing a Tcl interpreter. Similarly,
\fBTcl_FinalizeNotifier\fR shuts down the notifier, and is
-called by \Tcl_Finalize\fR when shutting down a Tcl interpreter.
+called by \fBTcl_Finalize\fR when shutting down a Tcl interpreter.
.PP
\fBTcl_WaitForEvent\fR is the lowest-level procedure in the notifier;
it is responsible for waiting for an ``interesting'' event to occur or
diff --git a/doc/string.n b/doc/string.n
index 183cc04..17bf186 100644
--- a/doc/string.n
+++ b/doc/string.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: string.n,v 1.7 1999/05/06 18:46:42 stanton Exp $
+'\" RCS: @(#) $Id: string.n,v 1.8 1999/05/06 20:13:23 stanton Exp $
'\"
.so man.macros
.TH string n 8.1 Tcl "Tcl Built-In Commands"
@@ -63,15 +63,13 @@ character of the string.
\fIcharIndex\fR may be specified as
follows:
.RS
-.IP \fB[\fIinteger\fB]\fR 10
+.IP \fIinteger\fR 10
The char specified at this integral index
.IP \fBend\fR 10
The last char of the string.
-.IP \fIexpression\fR 10
-A Tcl expression that returns a number.
.IP \fBend-\fIinteger\fR 10
The last char of the string minus the specified integer
-offset (e.g. \fBend-1\fR).
+offset (e.g. \fBend-1\fR would refer to the "c" in "abcd").
.PP
.VE 8.1
If \fIcharIndex\fR is less than 0 or greater than