diff options
author | dgp@users.sourceforge.net <dgp> | 2005-05-18 19:09:07 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2005-05-18 19:09:07 (GMT) |
commit | 27ac8a67626c2efa5241608d9eb0e258889123c4 (patch) | |
tree | a89e654d60bae881b5ef6c9a34b009a825765a20 /doc/BoolObj.3 | |
parent | 661fc702803614689d9cff291a2ce1c342556f90 (diff) | |
download | tcl-27ac8a67626c2efa5241608d9eb0e258889123c4.zip tcl-27ac8a67626c2efa5241608d9eb0e258889123c4.tar.gz tcl-27ac8a67626c2efa5241608d9eb0e258889123c4.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 |