diff options
author | jenglish <jenglish@flightlab.com> | 2002-07-01 18:24:38 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2002-07-01 18:24:38 (GMT) |
commit | 67fad087ab438ebbeb8d38658e7bfe9183c1b8b7 (patch) | |
tree | 0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/CrtSlave.3 | |
parent | d01a31dd2c3c0984c9ef185aec47a4c008e70b67 (diff) | |
download | tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.zip tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.gz tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.bz2 |
Spell-check, fixed typos (Updates from Larry Virden).
Diffstat (limited to 'doc/CrtSlave.3')
-rw-r--r-- | doc/CrtSlave.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/CrtSlave.3 b/doc/CrtSlave.3 index 4da8477..4966fc0 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.6 2002/01/16 06:02:33 dgp Exp $ +'\" RCS: @(#) $Id: CrtSlave.3,v 1.7 2002/07/01 18:24:39 jenglish Exp $ '\" .so man.macros .TH Tcl_CreateSlave 3 7.6 Tcl "Tcl Library Procedures" @@ -79,7 +79,7 @@ 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 -Vector of Tcl_Obj structures, the additional object argumenst to pass to +Vector of Tcl_Obj structures, the additional object arguments to pass to the alias object command. This storage is owned by the caller. .AP Tcl_Interp **targetInterpPtr in @@ -231,5 +231,4 @@ interp .SH KEYWORDS alias, command, exposed commands, hidden commands, interpreter, invoke, -master, slave, - +master, slave |