summaryrefslogtreecommitdiffstats
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
parent831cd0be680b6d5006283f4871241507f2f99cca (diff)
downloadtcl-809b18e610719f228c73c92b916874348ac05902.zip
tcl-809b18e610719f228c73c92b916874348ac05902.tar.gz
tcl-809b18e610719f228c73c92b916874348ac05902.tar.bz2
fix make html errors
-rw-r--r--doc/SetChanErr.38
-rw-r--r--doc/open.n4
-rw-r--r--doc/refchan.n4
3 files changed, 8 insertions, 8 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
diff --git a/doc/open.n b/doc/open.n
index 24ef589..cc5bb35 100644
--- a/doc/open.n
+++ b/doc/open.n
@@ -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: open.n,v 1.26 2006/03/16 21:12:16 andreas_kupries Exp $
+'\" RCS: @(#) $Id: open.n,v 1.27 2006/04/12 02:35:06 das Exp $
'\"
.so man.macros
.TH open n 8.3 Tcl "Tcl Built-In Commands"
@@ -85,8 +85,8 @@ Open the file for both reading and writing.
.TP 15
\fBAPPEND\fR
Set the file pointer to the end of the file prior to each write.
-.TP 15
.VS 8.5
+.TP 15
\fBBINARY\fR
Configure the opened channed with the \fB-translation binary\fR option.
.VE 8.5
diff --git a/doc/refchan.n b/doc/refchan.n
index a35ec53..1f08d40 100644
--- a/doc/refchan.n
+++ b/doc/refchan.n
@@ -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: refchan.n,v 1.1 2006/03/17 17:24:10 andreas_kupries Exp $
+'\" RCS: @(#) $Id: refchan.n,v 1.2 2006/04/12 02:35:07 das Exp $
.so man.macros
.TH reflectedchan n 8.5 Tcl "Tcl Built-In Commands"
.BS
@@ -262,7 +262,7 @@ interface are not available to channels reflected to the Tcl level.
The function \fBTcl_DriverGetHandleProc\fR is not supported; i.e.
reflected channels do not have OS specific handles.
.PP
-The function \fBTcl_DriverHandlerProc\fI is not supported. This driver
+The function \fBTcl_DriverHandlerProc\fR is not supported. This driver
function is relevant only for stacked channels, i.e. transformations.
Reflected channels are always base channels, not transformations.
.PP