summaryrefslogtreecommitdiffstats
path: root/doc/CrtSlave.3
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 /doc/CrtSlave.3
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.
Diffstat (limited to 'doc/CrtSlave.3')
-rw-r--r--doc/CrtSlave.34
1 files changed, 2 insertions, 2 deletions
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.