summaryrefslogtreecommitdiffstats
path: root/doc/SetChanErr.3
diff options
context:
space:
mode:
authordas <das>2006-04-12 02:35:06 (GMT)
committerdas <das>2006-04-12 02:35:06 (GMT)
commit809b18e610719f228c73c92b916874348ac05902 (patch)
tree0d88e5ab08eec29c85bd80ebcde943c33ace27b7 /doc/SetChanErr.3
parent831cd0be680b6d5006283f4871241507f2f99cca (diff)
downloadtcl-809b18e610719f228c73c92b916874348ac05902.zip
tcl-809b18e610719f228c73c92b916874348ac05902.tar.gz
tcl-809b18e610719f228c73c92b916874348ac05902.tar.bz2
fix make html errors
Diffstat (limited to 'doc/SetChanErr.3')
-rw-r--r--doc/SetChanErr.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/SetChanErr.3 b/doc/SetChanErr.3
index 881768f..11b32ea 100644
--- a/doc/SetChanErr.3
+++ b/doc/SetChanErr.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: SetChanErr.3,v 1.1 2005/08/24 17:56:23 andreas_kupries Exp $
+'\" RCS: @(#) $Id: SetChanErr.3,v 1.2 2006/04/12 02:35:06 das Exp $
.so man.macros
.TH Tcl_SetChannelError 3 8.5 Tcl "Tcl Library Procedures"
.BS
@@ -58,14 +58,14 @@ areas and 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 specified channel. The number of references to the \fBmsg\fI
+of the specified channel. The number of references to the \fBmsg\fR
object goes up by one. Previously stored information will be
discarded, by releasing the reference held by the channel. The channel
reference must not be NULL.
.PP
\fBTcl_SetChannelErrorInterp\fR stores error information in the bypass
area of the specified interpreter. The number of references to the
-\fBmsg\fI object goes up by one. Previously stored information will be
+\fBmsg\fR object goes up by one. Previously stored information will be
discarded, by releasing the reference held by the interpreter. The
interpreter reference must not be NULL.
.PP
@@ -101,7 +101,7 @@ May use \fBTcl_SetChannelError\fR, and only this function.
May use \fBTcl_SetChannelError\fR, and only this function.
.IP \fBTcl_DriverSeekProc\fR
May use \fBTcl_SetChannelError\fR, and only this function.
-.IP \fBTcl_DriverWideSeekProc
+.IP \fBTcl_DriverWideSeekProc\fR
May use \fBTcl_SetChannelError\fR, and only this function.
.IP \fBTcl_DriverSetOptionProc\fR
Has already the ability to pass arbitrary error messages. Must