summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-06-10 02:06:37 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-06-10 02:06:37 (GMT)
commit90d820d0be1504ab42d1dd3330ec3ed4fcb1eccb (patch)
tree39b0adef414d2e7137a7067b582654003eb07fb2 /doc
parent7673d25a08441192ec02ccdfc8807b40cb82d5cc (diff)
downloadtcl-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.n2
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