components/tcl/tcl/files/libtcl.3
changeset 175 5195b4ea17ad
child 181 87e11e685b1f
equal deleted inserted replaced
174:187aa0541610 175:5195b4ea17ad
       
     1 '\" t
       
     2 .\"
       
     3 .\" This man page created by Oracle to provide an overview of the Tcl
       
     4 .\" library.
       
     5 .\"
       
     6 .TH libtcl 3 "16 July 2001"
       
     7 .SH NAME
       
     8 libtcl \- Tool Command Language application interfaces
       
     9 .SH SYNOPSIS
       
    10 .LP
       
    11 .B cc
       
    12 .RI "[ " "flag " \|.\|.\|. ] " "file \|.\|.\|."
       
    13 .RI "[ " "library" " \|.\|.\|. ]"
       
    14 .B \-ltcl8.4
       
    15 .sp 1n
       
    16 .SH DESCRIPTION
       
    17 The Tcl library is a collection of interfaces for writing Tcl applications in C.
       
    18 For more detail, see section 3tcl man pages specific to the library interfaces.
       
    19 Additional information is also available from the Tcl Developer Xchange site:
       
    20 .IP
       
    21 .B http://www.scriptics.com/
       
    22 .LP
       
    23 .SH LICENSE
       
    24 The Tcl software is copyrighted by the Regents of the University of
       
    25 California, Sun Microsystems, Inc., Scriptics Corporation,
       
    26 and other parties. 
       
    27 .SH FILES
       
    28 .PD 0
       
    29 .TP 20
       
    30 /usr/lib/libtcl8.4.so
       
    31 shared object
       
    32 .TP
       
    33 /usr/lib/libtclstub8.4.a 
       
    34 stubs library
       
    35 .PD
       
    36 .SH ATTRIBUTES
       
    37 See
       
    38 .BR attributes (5)
       
    39 for descriptions of the following attributes:
       
    40 .sp
       
    41 .TS
       
    42 box;
       
    43 cbp-1 | cbp-1
       
    44 l | l .
       
    45 ATTRIBUTE TYPE	ATTRIBUTE VALUE
       
    46 =
       
    47 Availability	runtime/tcl-8
       
    48 =
       
    49 Interface Stability	Uncommitted
       
    50 .TE
       
    51 .SH "SEE ALSO"
       
    52 libtk(3)
       
    53 .SH NOTES
       
    54 Source for Tcl is available on http://opensolaris.org.
       
    55