diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2010-01-12 10:55:30 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2010-01-12 10:55:30 (GMT) |
commit | a86702c482163c4cb558d285274539e1504eeb1d (patch) | |
tree | 7476bc4f215605cefd45bb4d5c447b367e0ca08a | |
parent | a81c8243240443b1ffe54faec5e49d7e5dba4ee6 (diff) | |
download | tcl-a86702c482163c4cb558d285274539e1504eeb1d.zip tcl-a86702c482163c4cb558d285274539e1504eeb1d.tar.gz tcl-a86702c482163c4cb558d285274539e1504eeb1d.tar.bz2 |
Fix parameter name confusion for server sockets.
-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 . |