diff options
author | limeboy <that.lemon+tcl@gmai.com> | 2016-11-25 13:27:56 (GMT) |
---|---|---|
committer | limeboy <that.lemon+tcl@gmai.com> | 2016-11-25 13:27:56 (GMT) |
commit | bb43812d0c072311a503fa53ef663342c3eed4c1 (patch) | |
tree | 1f944e974260109cc3d51f56ad804624ab1fbc99 | |
parent | 90781d6874c5e6c4a1c2f50f933330a3a76ebbce (diff) | |
download | tcl-bb43812d0c072311a503fa53ef663342c3eed4c1.zip tcl-bb43812d0c072311a503fa53ef663342c3eed4c1.tar.gz tcl-bb43812d0c072311a503fa53ef663342c3eed4c1.tar.bz2 |
Minor documentation touchups.
-rw-r--r-- | doc/socket.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/socket.n b/doc/socket.n index 3d77bab..532ea2e 100644 --- a/doc/socket.n +++ b/doc/socket.n @@ -134,13 +134,13 @@ listen on all of them. .TP \fB\-reuseaddr\fI boolean\fR . -Tells the kernel whether to reuse the local address if there's no active socket -listening on it. This is the default on Windows. +Tells the kernel whether to reuse the local address if there is no socket +actively listening on it. This is the default on Windows. .TP \fB\-reuseport\fI boolean\fR . Tells the kernel whether to allow the binding of multiple sockets to the same -socket address. This is the default on Windows. +address and port as long as all of them specify the \fB-reuseport\fR option. .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 |