diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/ListObj.3 | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/doc/ListObj.3')
-rw-r--r-- | contrib/tcl/doc/ListObj.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcl/doc/ListObj.3 b/contrib/tcl/doc/ListObj.3 index 1e304297633c0..c19e2344ba092 100644 --- a/contrib/tcl/doc/ListObj.3 +++ b/contrib/tcl/doc/ListObj.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. '\" -'\" SCCS: @(#) @(#) ListObj.3 1.9 97/06/03 13:51:42 +'\" SCCS: @(#) @(#) ListObj.3 1.10 97/10/08 11:36:58 '\" .so man.macros .TH Tcl_ListObj 3 8.0 Tcl "Tcl Library Procedures" @@ -96,8 +96,8 @@ a pointer to the resulting list element object. Index of the starting list element that \fBTcl_ListObjReplace\fR is to replace. The list's first element has index 0. -.AP int last in -Index of the final list element that \fBTcl_ListObjReplace\fR +.AP int count in +The number of elements that \fBTcl_ListObjReplace\fR is to replace. .BE |