summaryrefslogtreecommitdiffstats
path: root/doc/open.n
diff options
context:
space:
mode:
authorpoenitz <poenitz>2000-09-07 14:27:45 (GMT)
committerpoenitz <poenitz>2000-09-07 14:27:45 (GMT)
commit39d44b87548e38d667e0b1917f2fb2ee8d82958d (patch)
treef68040024b28950e64e8fe7aeaa92a7c84c31a7e /doc/open.n
parent68a252b7d9b1335f2236481163d17395a08c3327 (diff)
downloadtcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.zip
tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.gz
tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.bz2
New or changed "SEE ALSO" section.
Diffstat (limited to 'doc/open.n')
-rw-r--r--doc/open.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/open.n b/doc/open.n
index 995b0fa..260573f 100644
--- a/doc/open.n
+++ b/doc/open.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: open.n,v 1.9 1999/12/21 23:57:33 hobbs Exp $
+'\" RCS: @(#) $Id: open.n,v 1.10 2000/09/07 14:27:50 poenitz Exp $
'\"
.so man.macros
.TH open n 7.6 Tcl "Tcl Built-In Commands"
@@ -251,9 +251,10 @@ input, but is redirected from a file, then the above problem does not occur.
See the PORTABILITY ISSUES section of the \fBexec\fR command for additional
information not specific to command pipelines about executing
applications on the various platforms
+
.SH "SEE ALSO"
-close(n), filename(n), gets(n), read(n), puts(n), exec(n)
-.VE
+file(n), close(n), filename(n), gets(n), read(n), puts(n), exec(n), fopen(1)
+
.SH KEYWORDS
access mode, append, create, file, non-blocking, open, permissions,
pipeline, process, serial