summaryrefslogtreecommitdiffstats
path: root/doc/ListObj.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
commite3b24a5defd86b87e59a1260fc2dd752cda7020f (patch)
treedd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/ListObj.3
parent25fb71d60b4159d11364bdc2b360deb7fc58605e (diff)
downloadtcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.zip
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.gz
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.bz2
Reduce the number of warnings given by nroff...
Diffstat (limited to 'doc/ListObj.3')
-rw-r--r--doc/ListObj.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ListObj.3 b/doc/ListObj.3
index 8e97f43..9bbf818 100644
--- a/doc/ListObj.3
+++ b/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.
'\"
-'\" RCS: @(#) $Id: ListObj.3,v 1.7 2004/10/07 15:15:38 dkf Exp $
+'\" RCS: @(#) $Id: ListObj.3,v 1.8 2004/10/07 16:05:14 dkf Exp $
'\"
.so man.macros
.TH Tcl_ListObj 3 8.0 Tcl "Tcl Library Procedures"
@@ -73,13 +73,11 @@ will insert into a new list object,
and \fBTcl_ListObjReplace\fR will insert into \fIlistPtr\fR.
For \fBTcl_SetListObj\fR,
the number of Tcl objects to insert into \fIobjPtr\fR.
-.VS
.AP "Tcl_Obj *const" objv[] in
An array of pointers to objects.
\fBTcl_NewListObj\fR will insert these objects into a new list object
and \fBTcl_ListObjReplace\fR will insert them into an existing \fIlistPtr\fR.
Each object will become a separate list element.
-.VE
.AP int *intPtr out
Points to location where \fBTcl_ListObjLength\fR
stores the length of the list.