diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 15:37:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 15:37:43 (GMT) |
commit | 25fb71d60b4159d11364bdc2b360deb7fc58605e (patch) | |
tree | c6357653fbdbcd32a2bc9c6f97f2cb3a9ceac11b /doc/SourceRCFile.3 | |
parent | b28ec5359a9e725985e869eb7c60b4d68637aa42 (diff) | |
download | tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.zip tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.gz tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.bz2 |
Fix the argument list widths properly...
Diffstat (limited to 'doc/SourceRCFile.3')
-rw-r--r-- | doc/SourceRCFile.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SourceRCFile.3 b/doc/SourceRCFile.3 index a871fc0..f003a8c 100644 --- a/doc/SourceRCFile.3 +++ b/doc/SourceRCFile.3 @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: SourceRCFile.3,v 1.3 2004/10/07 14:44:34 dkf Exp $ +'\" RCS: @(#) $Id: SourceRCFile.3,v 1.4 2004/10/07 15:37:44 dkf Exp $ '\" '\" .so man.macros @@ -17,7 +17,7 @@ Tcl_SourceRCFile \- source the Tcl rc file void \fBTcl_SourceRCFile\fR(\fIinterp\fR) .SH ARGUMENTS -.AP Tcl_Interp *interp +.AS Tcl_Interp *interp .AP Tcl_Interp *interp in Tcl interpreter to source rc file into. .BE |