diff options
author | surles <surles> | 1998-12-29 22:55:12 (GMT) |
---|---|---|
committer | surles <surles> | 1998-12-29 22:55:12 (GMT) |
commit | d776c5c3824a646b3a8a58c6f5125c0dcf75f554 (patch) | |
tree | 7a440fa32e1d4a19b6e28ed13017b135d0b63e94 /doc | |
parent | c610c243ea4d245035d9e56b4f74a7a800204870 (diff) | |
download | tcl-d776c5c3824a646b3a8a58c6f5125c0dcf75f554.zip tcl-d776c5c3824a646b3a8a58c6f5125c0dcf75f554.tar.gz tcl-d776c5c3824a646b3a8a58c6f5125c0dcf75f554.tar.bz2 |
fixed typo in resource doc.scriptics_tclpro_1_2_a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/resource.n | 6 |
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 |