diff options
author | dgp <dgp@noemail.net> | 2005-05-18 19:09:06 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-05-18 19:09:06 (GMT) |
commit | 3290e897a4c9ae3ef9022960bb850043af524184 (patch) | |
tree | a89e654d60bae881b5ef6c9a34b009a825765a20 /doc/BoolObj.3 | |
parent | 79ebceb16d8dbf5ffb127771bfd977fcd213caf1 (diff) | |
download | tcl-3290e897a4c9ae3ef9022960bb850043af524184.zip tcl-3290e897a4c9ae3ef9022960bb850043af524184.tar.gz tcl-3290e897a4c9ae3ef9022960bb850043af524184.tar.bz2 |
minor phrasing improvements.
FossilOrigin-Name: 1fe5c2c03190452398edd0660b8a7d57aeffaac0
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 |