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 | 644cb60988ea393b62e1e6fc23588ef660c8272d (patch) | |
tree | 31adda353bf78e0619069a8a22f549bdab1adbf1 /doc | |
parent | bb43812d0c072311a503fa53ef663342c3eed4c1 (diff) | |
download | tcl-644cb60988ea393b62e1e6fc23588ef660c8272d.zip tcl-644cb60988ea393b62e1e6fc23588ef660c8272d.tar.gz tcl-644cb60988ea393b62e1e6fc23588ef660c8272d.tar.bz2 |
Windows support and minor touchups to the documentation.
Diffstat (limited to 'doc')
-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 |