summaryrefslogtreecommitdiffstats
path: root/doc/BoolObj.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-18 19:09:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-18 19:09:07 (GMT)
commit50396dd2bcd7655741791d49bc4ba7a88fa5c2b9 (patch)
treea89e654d60bae881b5ef6c9a34b009a825765a20 /doc/BoolObj.3
parente97ce00b8da9890c3e43d724721d2f463ad8f5a8 (diff)
downloadtcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.zip
tcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.tar.gz
tcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.tar.bz2
minor phrasing improvements.
Diffstat (limited to 'doc/BoolObj.3')
-rw-r--r--doc/BoolObj.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/BoolObj.3 b/doc/BoolObj.3
index df97a20..da85372 100644
--- a/doc/BoolObj.3
+++ b/doc/BoolObj.3
@@ -5,7 +5,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.8 2005/05/18 16:44:35 dgp Exp $
+'\" RCS: @(#) $Id: BoolObj.3,v 1.9 2005/05/18 19:09:07 dgp Exp $
'\"
.so man.macros
.TH Tcl_BooleanObj 3 8.5 Tcl "Tcl Library Procedures"
@@ -52,11 +52,11 @@ value \fIboolValue\fR in it, and returns a pointer to the new Tcl_Obj.
The new Tcl_Obj has reference count of zero.
.PP
\fBTcl_SetBooleanObj\fR accepts \fIobjPtr\fR, a pointer to
-an existing Tcl_Obj, and sets the value of \fI*objPtr\fR to
+an existing Tcl_Obj, and stores in the Tcl_Obj \fI*objPtr\fR
the boolean value \fIboolValue\fR. This is a write operation
on \fI*objPtr\fR, so \fIobjPtr\fR must be unshared. Attempts to
write to a shared Tcl_Obj will panic. A successful write
-of \fIboolValue\fR to \fI*objPtr\fR implies the freeing of
+of \fIboolValue\fR into \fI*objPtr\fR implies the freeing of
any former value stored in \fI*objPtr\fR.
.PP
\fBTcl_GetBooleanFromObj\fR attempts to retrive a boolean value