summaryrefslogtreecommitdiffstats
path: root/doc/socket.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-02 08:49:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-02 08:49:12 (GMT)
commita312878e5b152c92c1736dc39f29007e19efab61 (patch)
treef29c5c0c6331b03c26871392bc54d38fff2e3727 /doc/socket.n
parent2ed7c8372b29c30467402db75b20a21f9577a451 (diff)
downloadtcl-a312878e5b152c92c1736dc39f29007e19efab61.zip
tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.gz
tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.bz2
Eliminate exess spacings in many doc pages.
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 275771d..3efdb37 100644
--- a/doc/socket.n
+++ b/doc/socket.n
@@ -98,9 +98,9 @@ asynchronous connection has succeeded or failed. See the \fBvwait\fR
and the \fBchan\fR commands for more details on the event loop and
channel events.
.PP
-The \fBchan configure\fR option \fB-connecting\fR may be used to check if the connect is still running. To verify a successful connect, the option \fB-error\fR may be checked when \fB-connecting\fR returned 0.
+The \fBchan configure\fR option \fB-connecting\fR may be used to check if the connect is still running. To verify a successful connect, the option \fB-error\fR may be checked when \fB-connecting\fR returned 0.
.PP
-Operation without the event queue requires at the moment calls to \fBchan configure\fR to advance the internal state machine.
+Operation without the event queue requires at the moment calls to \fBchan configure\fR to advance the internal state machine.
.RE
.SH "SERVER SOCKETS"
.PP