diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 15:31:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 15:31:06 (GMT) |
commit | 3cd08b4cddcfa292ba21ebbf490fb4b5189e41bb (patch) | |
tree | 74d030f0dfdb6a57f90a10ef9784fc4bba762c96 /doc/OpenTcp.3 | |
parent | 7f848a3e85d288409cc73c957717a2a9f83ea47a (diff) | |
download | tcl-3cd08b4cddcfa292ba21ebbf490fb4b5189e41bb.zip tcl-3cd08b4cddcfa292ba21ebbf490fb4b5189e41bb.tar.gz tcl-3cd08b4cddcfa292ba21ebbf490fb4b5189e41bb.tar.bz2 |
Eliminate exess spacings in remaining doc pages
Diffstat (limited to 'doc/OpenTcp.3')
-rw-r--r-- | doc/OpenTcp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/OpenTcp.3 b/doc/OpenTcp.3 index 9fe2615..4a7dc1e 100644 --- a/doc/OpenTcp.3 +++ b/doc/OpenTcp.3 @@ -130,7 +130,7 @@ for the new channel, \fIhostName\fR points to a string containing the name of the client host making the connection, and \fIport\fR will contain the client's port number. The new channel -is opened for both input and output. +is opened for both input and output. If \fIproc\fR raises an error, the connection is closed automatically. \fIProc\fR has no return value, but if it wishes to reject the connection it can close \fIchannel\fR. |