diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-18 19:09:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-18 19:09:07 (GMT) |
commit | 50396dd2bcd7655741791d49bc4ba7a88fa5c2b9 (patch) | |
tree | a89e654d60bae881b5ef6c9a34b009a825765a20 /doc/BoolObj.3 | |
parent | e97ce00b8da9890c3e43d724721d2f463ad8f5a8 (diff) | |
download | tcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.zip tcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.tar.gz tcl-50396dd2bcd7655741791d49bc4ba7a88fa5c2b9.tar.bz2 |
minor phrasing improvements.
Diffstat (limited to 'doc/BoolObj.3')
-rw-r--r-- | doc/BoolObj.3 | 6 |
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 |