summaryrefslogtreecommitdiffstats
path: root/doc/BoolObj.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/BoolObj.3
parentb28ec5359a9e725985e869eb7c60b4d68637aa42 (diff)
downloadtcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.zip
tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.gz
tcl-25fb71d60b4159d11364bdc2b360deb7fc58605e.tar.bz2
Fix the argument list widths properly...
Diffstat (limited to 'doc/BoolObj.3')
-rw-r--r--doc/BoolObj.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BoolObj.3 b/doc/BoolObj.3
index 4fd2343..41c0a73 100644
--- a/doc/BoolObj.3
+++ b/doc/BoolObj.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: BoolObj.3,v 1.4 2004/10/07 14:44:31 dkf Exp $
+'\" RCS: @(#) $Id: BoolObj.3,v 1.5 2004/10/07 15:37:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_BooleanObj 3 8.0 Tcl "Tcl Library Procedures"
@@ -23,7 +23,7 @@ Tcl_Obj *
int
\fBTcl_GetBooleanFromObj\fR(\fIinterp, objPtr, boolPtr\fR)
.SH ARGUMENTS
-.AS Tcl_Interp *interp in/out
+.AS Tcl_Interp boolValue in/out
.AP int boolValue in
Integer value used to initialize or set a boolean object.
If the integer is nonzero, the boolean object is set to 1;