diff options
author | davidw <davidw> | 2005-02-08 11:42:28 (GMT) |
---|---|---|
committer | davidw <davidw> | 2005-02-08 11:42:28 (GMT) |
commit | 217136e964f9b6fde107bad8674e089a6932ab90 (patch) | |
tree | 4f08168dbf39783318426e7fc82b504fb9358cb7 /doc | |
parent | 9486b9fc42aa6f1304cc563a7a89a82763024c63 (diff) | |
download | tcl-217136e964f9b6fde107bad8674e089a6932ab90.zip tcl-217136e964f9b6fde107bad8674e089a6932ab90.tar.gz tcl-217136e964f9b6fde107bad8674e089a6932ab90.tar.bz2 |
* doc/CrtChannel.3: Typo: return->returns.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtChannel.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index c2ba29f..bd4c0ce 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CrtChannel.3,v 1.25 2005/01/27 00:22:58 andreas_kupries Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.26 2005/02/08 11:42:32 davidw Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -837,7 +837,7 @@ an invalid Set/Get option is requested. Its purpose is to concatenate the generic options list to the specific ones and factorize the generic options error message string. .PP -It always return \fBTCL_ERROR\fR +It always returns \fBTCL_ERROR\fR .PP An error message is generated in \fIinterp\fR's result object to indicate that a command was invoked with a bad option. |