diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-28 14:17:38 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-28 14:17:38 (GMT) |
commit | 05bf15e326478617ffd4694828d06d1a5b14e355 (patch) | |
tree | daec40c266097bb1d38f10254010691b0131d4cc /doc/BoolObj.3 | |
parent | a0133030f07f1690c4a4439e13a3599da9945bb2 (diff) | |
download | tcl-05bf15e326478617ffd4694828d06d1a5b14e355.zip tcl-05bf15e326478617ffd4694828d06d1a5b14e355.tar.gz tcl-05bf15e326478617ffd4694828d06d1a5b14e355.tar.bz2 |
First stage of doing GOOBE improvements to documentation now that the html generation works
Diffstat (limited to 'doc/BoolObj.3')
-rw-r--r-- | doc/BoolObj.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/BoolObj.3 b/doc/BoolObj.3 index da85372..28b3159 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.9 2005/05/18 19:09:07 dgp Exp $ +'\" RCS: @(#) $Id: BoolObj.3,v 1.10 2007/10/28 14:17:38 dkf Exp $ '\" .so man.macros .TH Tcl_BooleanObj 3 8.5 Tcl "Tcl Library Procedures" @@ -83,7 +83,9 @@ Note that the routines \fBTcl_GetBooleanFromObj\fR and The set of values for which \fBTcl_GetBooleanFromObj\fR will return \fBTCL_OK\fR is strictly larger than the set of values for which \fBTcl_GetBoolean\fR will do the same. -For example, the value "5" passed to \fBTcl_GetBooleanFromObj\fR +For example, the value +.QW 5 +passed to \fBTcl_GetBooleanFromObj\fR will lead to a \fBTCL_OK\fR return (and the boolean value 1), while the same value passed to \fBTcl_GetBoolean\fR will lead to a \fBTCL_ERROR\fR return. |