diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-11 17:03:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-11 17:03:00 (GMT) |
commit | c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c (patch) | |
tree | 505d98c9c1a78785f5425cbf44b19004b4d49516 /doc/SetChanErr.3 | |
parent | 014ce74e1d7d90d99e3b310e2e4a923f789802a2 (diff) | |
download | tcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.zip tcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.tar.gz tcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.tar.bz2 |
A number of small spelling and wording fixes in the docs.
Diffstat (limited to 'doc/SetChanErr.3')
-rw-r--r-- | doc/SetChanErr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetChanErr.3 b/doc/SetChanErr.3 index b6c1975..0a62dac 100644 --- a/doc/SetChanErr.3 +++ b/doc/SetChanErr.3 @@ -51,7 +51,7 @@ allowed to use \fBTcl_SetChannelError\fR and \fBTcl_SetChannelErrorInterp\fR to place arbitrary error messages in \fBbypass areas\fR defined for channels and interpreters. And the generic I/O layer uses \fBTcl_GetChannelError\fR and \fBTcl_GetChannelErrorInterp\fR to look for messages in the bypass areas and -arrange for their return as errors. The posix error codes set by a driver are +arrange for their return as errors. The POSIX error codes set by a driver are used now if and only if no messages are present. .PP \fBTcl_SetChannelError\fR stores error information in the bypass area of the |