summaryrefslogtreecommitdiffstats
path: root/doc/resource.n
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1998-12-29 22:55:12 (GMT)
committersurles <surles@noemail.net>1998-12-29 22:55:12 (GMT)
commit02fea52b5f7ec224ebbe22568e2fb41242fa76d1 (patch)
tree7a440fa32e1d4a19b6e28ed13017b135d0b63e94 /doc/resource.n
parent81433596bbe16cb472de1f8f5f6924def6d488c9 (diff)
downloadtcl-02fea52b5f7ec224ebbe22568e2fb41242fa76d1.zip
tcl-02fea52b5f7ec224ebbe22568e2fb41242fa76d1.tar.gz
tcl-02fea52b5f7ec224ebbe22568e2fb41242fa76d1.tar.bz2
fixed typo in resource doc.scriptics-tclpro-1-2-a1
FossilOrigin-Name: e90ad7857ff36ba1d18fa05eef6bd8d7aad8f11e
Diffstat (limited to 'doc/resource.n')
-rw-r--r--doc/resource.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/resource.n b/doc/resource.n
index 07b3b2c..9858abc 100644
--- a/doc/resource.n
+++ b/doc/resource.n
@@ -3,7 +3,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\" RCS: @(#) $Id: resource.n,v 1.2 1998/09/14 18:39:54 stanton Exp $
+'\" RCS: @(#) $Id: resource.n,v 1.3 1998/12/29 22:55:12 surles Exp $
'\"
.so man.macros
.TH resource n 8.0 Tcl "Tcl Built-In Commands"
@@ -75,8 +75,8 @@ A Tcl list of either the resource name's or resource id's of the found
resources will be returned. See the RESOURCE IDS section below for
more details about what a resource id is.
.TP
-\fBresource open \fIfileName\fR ?\fIpermissions\fR?
-Open the resource for the file \fIfileName\fR. Standard file
+\fBresource open \fIfileName\fR ?\fIaccess\fR?
+Open the resource for the file \fIfileName\fR. Standard file access
permissions may also be specified (see the manual entry for \fBopen\fR
for details). A resource reference (\fIresourceRef\fR) is returned
that can be used by the other resource commands. An error can occur