diff options
author | limeboy <that.lemon+tcl@gmai.com> | 2016-11-25 14:53:20 (GMT) |
---|---|---|
committer | limeboy <that.lemon+tcl@gmai.com> | 2016-11-25 14:53:20 (GMT) |
commit | 8fe50e3f91ec232823ba032f24dabbaa7c9f298c (patch) | |
tree | 31adda353bf78e0619069a8a22f549bdab1adbf1 /doc/socket.n | |
parent | 3d5c28f5270e4958bcec2e6e52425a5fae5f8cc4 (diff) | |
download | tcl-8fe50e3f91ec232823ba032f24dabbaa7c9f298c.zip tcl-8fe50e3f91ec232823ba032f24dabbaa7c9f298c.tar.gz tcl-8fe50e3f91ec232823ba032f24dabbaa7c9f298c.tar.bz2 |
Windows support and minor touchups to the documentation.
Diffstat (limited to 'doc/socket.n')
-rw-r--r-- | doc/socket.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/socket.n b/doc/socket.n index 532ea2e..823dbd5 100644 --- a/doc/socket.n +++ b/doc/socket.n @@ -140,7 +140,7 @@ actively listening on it. This is the default on Windows. \fB\-reuseport\fI boolean\fR . Tells the kernel whether to allow the binding of multiple sockets to the same -address and port as long as all of them specify the \fB-reuseport\fR option. +address and port. .PP Server channels cannot be used for input or output; their sole use is to accept new client connections. The channels created for each incoming |