summaryrefslogtreecommitdiffstats
path: root/doc/source.n
diff options
context:
space:
mode:
authordas <das>2004-03-17 18:45:49 (GMT)
committerdas <das>2004-03-17 18:45:49 (GMT)
commit60a59c56d556992340418492d2e3c9fe568b83c0 (patch)
tree28a650c459deee261d7cdc5ccbbd6b025bb6cc2c /doc/source.n
parent0205867a3dad7204c57477b6c38c52b981af36e1 (diff)
downloadtcl-60a59c56d556992340418492d2e3c9fe568b83c0.zip
tcl-60a59c56d556992340418492d2e3c9fe568b83c0.tar.gz
tcl-60a59c56d556992340418492d2e3c9fe568b83c0.tar.bz2
Removed support for Mac OS Classic platform [Patch 918142]
Diffstat (limited to 'doc/source.n')
-rw-r--r--doc/source.n6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/source.n b/doc/source.n
index 8f78404..9bbe7ce 100644
--- a/doc/source.n
+++ b/doc/source.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: source.n,v 1.7 2004/03/17 18:14:12 das Exp $
+'\" RCS: @(#) $Id: source.n,v 1.8 2004/03/17 18:45:49 das Exp $
'\"
.so man.macros
.TH source n "" Tcl "Tcl Built-In Commands"
@@ -20,10 +20,6 @@ source \- Evaluate a file or resource as a Tcl script
.VS 8.5
\fBsource\fR \fB\-encoding \fIencodingName fileName\fR
.VE 8.5
-.sp
-\fBsource\fR \fB\-rsrc \fIresourceName \fR?\fIfileName\fR?
-.sp
-\fBsource\fR \fB\-rsrcid \fIresourceId \fR?\fIfileName\fR?
.BE
.SH DESCRIPTION