diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-14 11:47:07 (GMT) |
commit | 2df270e734333e1df19a486658ea8c8c1ba30e95 (patch) | |
tree | abf1d4b854ecdc32bc945e40c0fe528ede9c7865 /doc/OpenTcp.3 | |
parent | 36a7dc586ff228596fec6afc4130c203b2b3c6d0 (diff) | |
download | tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.zip tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.gz tcl-2df270e734333e1df19a486658ea8c8c1ba30e95.tar.bz2 |
Improve linking between pages, put Tk variables in Tk docs.
Diffstat (limited to 'doc/OpenTcp.3')
-rw-r--r-- | doc/OpenTcp.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/OpenTcp.3 b/doc/OpenTcp.3 index 7224ec3..0dff4c4 100644 --- a/doc/OpenTcp.3 +++ b/doc/OpenTcp.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: OpenTcp.3,v 1.13 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: OpenTcp.3,v 1.14 2010/01/14 11:47:08 dkf Exp $ .so man.macros .TH Tcl_OpenTcpClient 3 8.0 Tcl "Tcl Library Procedures" .BS @@ -93,7 +93,7 @@ is left in the interpreter's result. .PP The newly created channel is not registered in the supplied interpreter; to register it, use \fBTcl_RegisterChannel\fR. -If one of the standard channels, \fBstdin, stdout\fR or \fBstderr\fR was +If one of the standard channels, \fBstdin\fR, \fBstdout\fR or \fBstderr\fR was previously closed, the act of creating the new channel also assigns it as a replacement for the standard channel. .SS TCL_MAKETCPCLIENTCHANNEL @@ -103,7 +103,7 @@ existing, platform specific, handle for a client TCP socket. .PP The newly created channel is not registered in the supplied interpreter; to register it, use \fBTcl_RegisterChannel\fR. -If one of the standard channels, \fBstdin, stdout\fR or \fBstderr\fR was +If one of the standard channels, \fBstdin\fR, \fBstdout\fR or \fBstderr\fR was previously closed, the act of creating the new channel also assigns it as a replacement for the standard channel. .SS TCL_OPENTCPSERVER @@ -156,7 +156,7 @@ a remote client is pending. .PP The newly created channel is not registered in the supplied interpreter; to register it, use \fBTcl_RegisterChannel\fR. -If one of the standard channels, \fBstdin, stdout\fR or \fBstderr\fR was +If one of the standard channels, \fBstdin\fR, \fBstdout\fR or \fBstderr\fR was previously closed, the act of creating the new channel also assigns it as a replacement for the standard channel. .SH "PLATFORM ISSUES" |