diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2024-06-10 02:06:37 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2024-06-10 02:06:37 (GMT) |
commit | 90d820d0be1504ab42d1dd3330ec3ed4fcb1eccb (patch) | |
tree | 39b0adef414d2e7137a7067b582654003eb07fb2 /doc | |
parent | 7673d25a08441192ec02ccdfc8807b40cb82d5cc (diff) | |
download | tcl-90d820d0be1504ab42d1dd3330ec3ed4fcb1eccb.zip tcl-90d820d0be1504ab42d1dd3330ec3ed4fcb1eccb.tar.gz tcl-90d820d0be1504ab42d1dd3330ec3ed4fcb1eccb.tar.bz2 |
Fix decimal rep of TCL_CODE_USER_MAX
Diffstat (limited to 'doc')
-rw-r--r-- | doc/return.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/return.n b/doc/return.n index 52c1676..d285e87 100644 --- a/doc/return.n +++ b/doc/return.n @@ -79,7 +79,7 @@ were the command \fBcontinue\fR. . \fIValue\fR must be an integer; it will be returned as the return code for the current procedure. Applications -and packages should use values in the range 5 to 268435455 (0x3fffffff) +and packages should use values in the range 5 to 1073741823 (0x3fffffff) for their own purposes. Values outside this range are reserved for use by Tcl. .LP |