diff options
author | welch <welch@noemail.net> | 1999-08-13 19:01:04 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1999-08-13 19:01:04 (GMT) |
commit | 8506e13306bbd90d4989990079c0ea4a9d3c3ff5 (patch) | |
tree | cd3b66e53e6a65190b6a673870942177b430aaf5 /doc/GetIndex.3 | |
parent | 7f63f82f18baa934d4ef1fb475b9dfed95377353 (diff) | |
download | tcl-8506e13306bbd90d4989990079c0ea4a9d3c3ff5.zip tcl-8506e13306bbd90d4989990079c0ea4a9d3c3ff5.tar.gz tcl-8506e13306bbd90d4989990079c0ea4a9d3c3ff5.tar.bz2 |
Minor tweaks to get these pages through the HTML converterscriptics-tclpro-1-3-0core-8-2-0
FossilOrigin-Name: 955414971dddf0f991453bbf086b4fd7d4e00f92
Diffstat (limited to 'doc/GetIndex.3')
-rw-r--r-- | doc/GetIndex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetIndex.3 b/doc/GetIndex.3 index 8ba28ba..000c5e4 100644 --- a/doc/GetIndex.3 +++ b/doc/GetIndex.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetIndex.3,v 1.4 1999/06/28 23:49:31 redman Exp $ +'\" RCS: @(#) $Id: GetIndex.3,v 1.5 1999/08/13 19:01:04 welch Exp $ '\" .so man.macros .TH Tcl_GetIndexFromObj 3 8.1 Tcl "Tcl Library Procedures" @@ -82,7 +82,7 @@ the matching index immediately without having to redo the lookup operation. Note: \fBTcl_GetIndexFromObj\fR assumes that the entries in \fItablePtr\fR are static: they must not change between invocations. If the value of \fIobjPtr\fR is the empty string, -\fTcl_GetIndexFromObj\fR will treat it as a non-matching value +\fBTcl_GetIndexFromObj\fR will treat it as a non-matching value and return TCL_ERROR. .VS .PP |