diff options
| author | ferrieux@users.sourceforge.net <ferrieux> | 2010-01-12 10:55:30 (GMT) |
|---|---|---|
| committer | ferrieux@users.sourceforge.net <ferrieux> | 2010-01-12 10:55:30 (GMT) |
| commit | a92c0bd1033d8dfd1d1e525daf15d21ca77cc912 (patch) | |
| tree | 7476bc4f215605cefd45bb4d5c447b367e0ca08a /doc/socket.n | |
| parent | debe821fe601358b19fb95362ef957f355d7e758 (diff) | |
| download | tcl-a92c0bd1033d8dfd1d1e525daf15d21ca77cc912.zip tcl-a92c0bd1033d8dfd1d1e525daf15d21ca77cc912.tar.gz tcl-a92c0bd1033d8dfd1d1e525daf15d21ca77cc912.tar.bz2 | |
Fix parameter name confusion for server sockets.
Diffstat (limited to 'doc/socket.n')
| -rw-r--r-- | doc/socket.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/socket.n b/doc/socket.n index 45e2986..aee5d5a 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.16 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: socket.n,v 1.17 2010/01/12 10:55:30 ferrieux Exp $ .so man.macros .TH socket n 8.0 Tcl "Tcl Built-In Commands" .BS @@ -104,7 +104,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 . |
