summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidw <davidw>2005-03-01 22:51:55 (GMT)
committerdavidw <davidw>2005-03-01 22:51:55 (GMT)
commitb06bf5d5528889d4da04ae524c75a3c4b318e143 (patch)
tree6d23161da75fde53830edc9f53b0073a064c45df
parent8379a8abd400f4531f3dddb9fb0a85ea8a80a0ec (diff)
downloadtcl-b06bf5d5528889d4da04ae524c75a3c4b318e143.zip
tcl-b06bf5d5528889d4da04ae524c75a3c4b318e143.tar.gz
tcl-b06bf5d5528889d4da04ae524c75a3c4b318e143.tar.bz2
* doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page.
-rw-r--r--ChangeLog5
-rw-r--r--doc/CrtSlave.34
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b5d17cf..5d87cbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-01 David N. Welton <davidw@dedasys.com>
+
+ * doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man
+ page.
+
2005-02-24 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid
diff --git a/doc/CrtSlave.3 b/doc/CrtSlave.3
index f0bd520..b201a7a 100644
--- a/doc/CrtSlave.3
+++ b/doc/CrtSlave.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: CrtSlave.3,v 1.14 2004/10/07 15:37:43 dkf Exp $
+'\" RCS: @(#) $Id: CrtSlave.3,v 1.15 2005/03/01 22:51:55 davidw Exp $
'\"
.so man.macros
.TH Tcl_CreateSlave 3 7.6 Tcl "Tcl Library Procedures"
@@ -79,7 +79,7 @@ Vector of strings, the additional arguments to pass to the alias command.
This storage is owned by the caller.
.AP int objc in
Count of additional object arguments to pass to the alias object command.
-.AP Tcl_Object **objv in
+.AP Tcl_Obj **objv in
Vector of Tcl_Obj structures, the additional object arguments to pass to
the alias object command.
This storage is owned by the caller.