summaryrefslogtreecommitdiff
path: root/itcl/itcl/doc/itclsh.1
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/itcl/doc/itclsh.1')
-rw-r--r--itcl/itcl/doc/itclsh.130
1 files changed, 30 insertions, 0 deletions
diff --git a/itcl/itcl/doc/itclsh.1 b/itcl/itcl/doc/itclsh.1
new file mode 100644
index 00000000000..6fe87d24aa1
--- /dev/null
+++ b/itcl/itcl/doc/itclsh.1
@@ -0,0 +1,30 @@
+'\"
+'\" Copyright (c) 1996 Lucent Technologies
+'\"
+'\" See the file "license.terms" for information on usage and redistribution
+'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+'\"
+'\" $Id$
+'\"
+.so man.macros
+.TH itclsh 1 "" itcl "[incr\ Tcl]"
+.BS
+'\" Note: do not modify the .SH NAME line immediately below!
+.SH NAME
+itclsh \- Simple shell for [incr Tcl]
+.SH SYNOPSIS
+\fBitclsh\fR ?\fIfileName arg arg ...\fR?
+.BE
+
+.SH DESCRIPTION
+.PP
+\fBitclsh\fR is a shell-like application that reads Tcl commands
+from its standard input, or from a file, and evaluates them.
+It is just like \fBtclsh\fR, but includes the \fB[incr\ Tcl]\fR
+extensions for object-oriented programming.
+.PP
+See the \fBtclsh\fR man page for details concerning usage. See
+the \fBitcl\fR man page for an overview of \fB[incr\ Tcl]\fR.
+
+.SH KEYWORDS
+Tcl, itcl, interpreter, script file, shell