diff options
Diffstat (limited to 'doc/Init.3')
| -rw-r--r-- | doc/Init.3 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,10 +2,8 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: Init.3,v 1.2 2004/03/17 18:14:12 das Exp $ -'\" -.so man.macros .TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME Tcl_Init \- find and source initialization script @@ -16,13 +14,14 @@ Tcl_Init \- find and source initialization script int \fBTcl_Init\fR(\fIinterp\fR) .SH ARGUMENTS +.AS Tcl_Interp *interp .AP Tcl_Interp *interp in Interpreter to initialize. .BE .SH DESCRIPTION .PP -\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fR's the +\fBTcl_Init\fR is a helper procedure that finds and \fBsource\fRs the \fBinit.tcl\fR script, which should exist somewhere on the Tcl library path. .PP |
