summaryrefslogtreecommitdiffstats
path: root/doc/socket.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-05-26 21:56:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-05-26 21:56:24 (GMT)
commit8a156a221fe2df91c04841eefa6bfcac1700df40 (patch)
treed93a6b2f467edefe3025f2e8a364164843d16e29 /doc/socket.n
parent91f4c8d809190b7d786541a6119abec5cb11e846 (diff)
downloadtcl-8a156a221fe2df91c04841eefa6bfcac1700df40.zip
tcl-8a156a221fe2df91c04841eefa6bfcac1700df40.tar.gz
tcl-8a156a221fe2df91c04841eefa6bfcac1700df40.tar.bz2
* doc/socket.n: [Bug 3007442]: Server sockets never took a host
argument, so the list of options must precede the port argument.
Diffstat (limited to 'doc/socket.n')
-rw-r--r--doc/socket.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/socket.n b/doc/socket.n
index bb14993..fb8ee4a 100644
--- a/doc/socket.n
+++ b/doc/socket.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: socket.n,v 1.15 2007/12/13 15:22:33 dgp Exp $
+'\" RCS: @(#) $Id: socket.n,v 1.15.2.1 2010/05/26 21:56:25 dkf Exp $
.so man.macros
.TH socket n 8.0 Tcl "Tcl Built-In Commands"
.BS
@@ -101,7 +101,7 @@ with three additional arguments: the name of the new channel, the
address, in network address notation, of the client's host, and
the client's port number.
.PP
-The following additional option may also be specified before \fIhost\fR:
+The following additional option may also be specified before \fIport\fR:
.TP
\fB\-myaddr\fI addr\fR
\fIAddr\fR gives the domain-style name or numerical IP address of