diff options
Diffstat (limited to 'contrib/tcl/doc/socket.n')
-rw-r--r-- | contrib/tcl/doc/socket.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/doc/socket.n b/contrib/tcl/doc/socket.n index 13774976156b..f7666600d175 100644 --- a/contrib/tcl/doc/socket.n +++ b/contrib/tcl/doc/socket.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" SCCS: @(#) socket.n 1.13 96/04/05 12:05:26 +'\" SCCS: @(#) socket.n 1.14 97/10/31 12:51:12 .so man.macros .TH socket n 7.5 Tcl "Tcl Built-In Commands" .BS @@ -15,7 +15,7 @@ socket \- Open a TCP network connection .sp \fBsocket \fR?\fIoptions\fR? \fIhost port\fR .sp -\fBsocket \fB\-server \fIcommand\fR ?\fIoptions\fR? \fIport\fR +\fBsocket\fR \fB\-server \fIcommand\fR ?\fIoptions\fR? \fIport\fR .BE .SH DESCRIPTION |