diff options
Diffstat (limited to 'doc/fblocked.n')
-rw-r--r-- | doc/fblocked.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fblocked.n b/doc/fblocked.n index 0132a7b..89545eb 100644 --- a/doc/fblocked.n +++ b/doc/fblocked.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. '\" -'\" RCS: @(#) $Id: fblocked.n,v 1.5 2004/05/28 12:23:50 dkf Exp $ +'\" RCS: @(#) $Id: fblocked.n,v 1.6 2004/10/27 12:53:22 dkf Exp $ .so man.macros .TH fblocked n 7.5 Tcl "Tcl Built-In Commands" .BS @@ -36,7 +36,7 @@ The \fBfblocked\fR command is particularly useful when writing network servers, as it allows you to write your code in a line-by-line style without preventing the servicing of other connections. This can be seen in this simple echo-service: - +.PP .CS # This is called whenever a new client connects to the server proc connect {chan host port} { |