diff options
author | dgp <dgp@users.sourceforge.net> | 2007-02-20 17:53:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-02-20 17:53:18 (GMT) |
commit | 037fc9fc3a7078786cd2a4a034a4f9f10ff396f6 (patch) | |
tree | 12c2e30e66eaca0c4befec006886cf9bd83a578f | |
parent | 97978900be292e6ee29c76072cf5e5f5d61de68b (diff) | |
download | tcl-037fc9fc3a7078786cd2a4a034a4f9f10ff396f6.zip tcl-037fc9fc3a7078786cd2a4a034a4f9f10ff396f6.tar.gz tcl-037fc9fc3a7078786cd2a4a034a4f9f10ff396f6.tar.bz2 |
* doc/tcltest.n: Typo fix. [Bug 1663539]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/tcltest.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-02-20 Don Porter <dgp@users.sourceforge.net> + + * doc/tcltest.n: Typo fix. [Bug 1663539] + 2007-02-19 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclIOUtil.c (Tcl_FSEvalFile): safe incr of objPtr ref. diff --git a/doc/tcltest.n b/doc/tcltest.n index 64b3dd4..599e31f 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tcltest.n,v 1.38.2.5 2004/10/27 14:43:13 dkf Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.38.2.6 2007/02/20 17:53:18 dgp Exp $ '\" .so man.macros .TH "tcltest" n 2.2 tcltest "Tcl Bundled Packages" @@ -1055,7 +1055,7 @@ depends on usage of ::puts in your application code. Output is intercepted by redefining the ::puts command while the defined test script is being run. Errors thrown by C procedures or printed directly from C applications will not be caught by the test command. -Therefore, usage of the \fB-output\fR and \fB-errorOuput\fR +Therefore, usage of the \fB-output\fR and \fB-errorOutput\fR options to [\fBtest\fR] is useful only for pure Tcl applications that use [\fB::puts\fR] to produce output. |