From b06bf5d5528889d4da04ae524c75a3c4b318e143 Mon Sep 17 00:00:00 2001 From: davidw Date: Tue, 1 Mar 2005 22:51:55 +0000 Subject: * doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page. --- ChangeLog | 5 +++++ doc/CrtSlave.3 | 4 ++-- 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 + + * doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man + page. + 2005-02-24 Don Porter * 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. -- cgit v0.12