summaryrefslogtreecommitdiff
path: root/tcl/doc/resource.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/resource.n')
-rw-r--r--tcl/doc/resource.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/tcl/doc/resource.n b/tcl/doc/resource.n
index 3bedadad09f..3a1748bd0e8 100644
--- a/tcl/doc/resource.n
+++ b/tcl/doc/resource.n
@@ -55,7 +55,7 @@ If the \fB-file\fR option is specified then the resource will be
deleted from the file pointed to by \fIresourceRef\fR. Otherwise the
first resource with the given \fIresourceName\fR and or
\fIresourceId\fR which is found on the resource file path will be
-deleted. To inspect the file path, use the \fIresource files\fB command.
+deleted. To inspect the file path, use the \fIresource files\fR command.
.RE
.TP
\fBresource files ?\fIresourceRef\fR?
@@ -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
@@ -145,11 +145,11 @@ always searched or returned in preference to numbers. For example,
the \fBresource list\fR command will return names if they exist or
numbers if the name is NULL.
-.SH "SEE ALSO"
-open
-
.SH "PORTABILITY ISSUES"
The resource command is only available on Macintosh.
+.SH "SEE ALSO"
+open
+
.SH KEYWORDS
open, resource