diff options
author | dgp <dgp@users.sourceforge.net> | 2018-01-18 14:05:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-01-18 14:05:07 (GMT) |
commit | bed15f1d818f47f742436c164c9967c25ae31ee0 (patch) | |
tree | 41685338f076619a5bc62e26ad87df9685b37d6c /doc | |
parent | c8219a9a2995c5658cd709f4bb7b5b933e6575e9 (diff) | |
parent | 7ea11c7f9865dc680b102ea9497fc75634be25e4 (diff) | |
download | tcl-bed15f1d818f47f742436c164c9967c25ae31ee0.zip tcl-bed15f1d818f47f742436c164c9967c25ae31ee0.tar.gz tcl-bed15f1d818f47f742436c164c9967c25ae31ee0.tar.bz2 |
merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Interp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Interp.3 b/doc/Interp.3 index 731007b..4ccff21 100644 --- a/doc/Interp.3 +++ b/doc/Interp.3 @@ -101,7 +101,7 @@ the command. The \fIfreeProc\fR field will be initialized to zero, and \fIinterp->result\fR will point to an empty string. Commands that do not return any value can simply leave the fields alone. Furthermore, the empty string pointed to by \fIresult\fR is actually -part of an array of \fBTCL_RESULT_SIZE\fR characters (approximately 200). +part of an array of approximately 200 characters. If a command wishes to return a short string, it can simply copy it to the area pointed to by \fIinterp->result\fR. Or, it can use the sprintf procedure to generate a short result string at the location |