diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-25 09:38:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-25 09:38:04 (GMT) |
commit | 90781d6874c5e6c4a1c2f50f933330a3a76ebbce (patch) | |
tree | 51fed05c893c751728742ac2ffb65f0c9a9538e5 /doc | |
parent | fe050914128d2cb08469451d9bc1fa1904558060 (diff) | |
parent | a3572d2400fc9b189ceb5f6f2c929486d136ab05 (diff) | |
download | tcl-90781d6874c5e6c4a1c2f50f933330a3a76ebbce.zip tcl-90781d6874c5e6c4a1c2f50f933330a3a76ebbce.tar.gz tcl-90781d6874c5e6c4a1c2f50f933330a3a76ebbce.tar.bz2 |
Merge trunk, and fix two socket test-cases.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/OpenTcp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/OpenTcp.3 b/doc/OpenTcp.3 index 040a8e2..a39f6f6 100644 --- a/doc/OpenTcp.3 +++ b/doc/OpenTcp.3 @@ -45,7 +45,7 @@ chosen. .AP int async in If nonzero, the client socket is connected asynchronously to the server. .AP "unsigned int" flags in -ORed combination of \fBTCL_TCPSERVER\fR flags that specify additional +ORed combination of \fBTCL_TCPSERVER\fR flags that specify additional informations about the socket being created. .AP ClientData sock in Platform-specific handle for client TCP socket. |