summaryrefslogtreecommitdiffstats
path: root/doc/Init.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 15:37:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 15:37:43 (GMT)
commit25fb71d60b4159d11364bdc2b360deb7fc58605e (patch)
treec6357653fbdbcd32a2bc9c6f97f2cb3a9ceac11b /doc/Init.3
parentb28ec5359a9e725985e869eb7c60b4d68637aa42 (diff)
downloadtcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.zip
tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.gz
tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.bz2
Fix the argument list widths properly...
Diffstat (limited to 'doc/Init.3')
-rw-r--r--doc/Init.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Init.3 b/doc/Init.3
index c375f67..f293755 100644
--- a/doc/Init.3
+++ b/doc/Init.3
@@ -2,7 +2,7 @@
'\" 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 $
+'\" RCS: @(#) $Id: Init.3,v 1.3 2004/10/07 15:37:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures"
@@ -16,6 +16,7 @@ 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