summaryrefslogtreecommitdiffstats
path: root/doc/fblocked.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fblocked.n')
-rw-r--r--doc/fblocked.n9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/fblocked.n b/doc/fblocked.n
index 0a28dcf..fbe244f 100644
--- a/doc/fblocked.n
+++ b/doc/fblocked.n
@@ -1,10 +1,11 @@
-'\"
+'\"
'\" Copyright (c) 1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.TH fblocked n 7.5 Tcl "Tcl Built-In Commands"
+.so man.macros
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
@@ -61,11 +62,9 @@ proc echoLine {chan clientName} {
socket -server connect 12345
vwait forever
.CE
+
.SH "SEE ALSO"
gets(n), open(n), read(n), socket(n), Tcl_StandardChannels(3)
+
.SH KEYWORDS
blocking, nonblocking
-'\" Local Variables:
-'\" mode: nroff
-'\" fill-column: 78
-'\" End: